mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-12-11 21:32:27 +00:00
20 lines
484 B
JSON
20 lines
484 B
JSON
{
|
|
"name": "lsp-sample-server",
|
|
"description": "Example implementation of a language server in node.",
|
|
"version": "1.0.0",
|
|
"author": "Microsoft Corporation",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "*"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Microsoft/vscode-extension-samples"
|
|
},
|
|
"dependencies": {
|
|
"vscode-html-languageservice": "^3.0.3",
|
|
"vscode-languageserver": "^6.1.1",
|
|
"vscode-languageserver-textdocument": "^1.0.1"
|
|
},
|
|
"scripts": {}
|
|
}
|