36 lines
		
	
	
		
			926 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			36 lines
		
	
	
		
			926 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "name": "@kittycad/codemirror-lsp-client",
 | 
						|
  "version": "1.0.0",
 | 
						|
  "description": "An LSP client for the codemirror editor.",
 | 
						|
  "main": "src/index.ts",
 | 
						|
  "exports": {
 | 
						|
    "import": "./dist/index.js",
 | 
						|
    "require": "./dist/index.js"
 | 
						|
  },
 | 
						|
  "scripts": {
 | 
						|
    "build": "tsc"
 | 
						|
  },
 | 
						|
  "types": "dist/index.d.ts",
 | 
						|
  "module": "dist/index.js",
 | 
						|
  "type": "module",
 | 
						|
  "repository": "https://github.com/KittyCAD/modeling-app",
 | 
						|
  "author": "Zoo Engineering Team",
 | 
						|
  "license": "MIT",
 | 
						|
  "private": false,
 | 
						|
  "dependencies": {
 | 
						|
    "@codemirror/autocomplete": "6.17.0",
 | 
						|
    "@codemirror/language": "^6.10.2",
 | 
						|
    "@codemirror/state": "^6.4.1",
 | 
						|
    "@lezer/highlight": "^1.2.0",
 | 
						|
    "@ts-stack/markdown": "^1.5.0",
 | 
						|
    "json-rpc-2.0": "^1.7.0",
 | 
						|
    "typescript": "^5.7.2",
 | 
						|
    "vscode-languageserver-protocol": "^3.17.5",
 | 
						|
    "vscode-uri": "^3.0.8"
 | 
						|
  },
 | 
						|
  "devDependencies": {
 | 
						|
    "@types/node": "^22.13.1",
 | 
						|
    "ts-node": "^10.9.2"
 | 
						|
  }
 | 
						|
}
 |