2017-09-04 17:43:23 +02:00
|
|
|
{
|
2018-06-04 12:10:27 +02:00
|
|
|
"name": "lsp-sample-server",
|
2017-09-04 17:43:23 +02:00
|
|
|
"description": "Example implementation of a language server in node.",
|
2018-06-04 12:10:27 +02:00
|
|
|
"version": "1.0.0",
|
2017-09-04 17:43:23 +02:00
|
|
|
"author": "Microsoft Corporation",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": "*"
|
|
|
|
|
},
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/Microsoft/vscode-extension-samples"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2023-12-18 12:56:33 +01:00
|
|
|
"vscode-languageserver": "^9.0.1",
|
|
|
|
|
"vscode-languageserver-textdocument": "^1.0.11"
|
2017-09-04 17:43:23 +02:00
|
|
|
},
|
2018-06-25 22:04:05 -07:00
|
|
|
"scripts": {}
|
2017-11-22 13:38:21 +01:00
|
|
|
}
|