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": {
|
2019-08-16 10:03:27 +02:00
|
|
|
"vscode-languageserver": "^5.2.1"
|
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
|
|
|
}
|