summaryrefslogtreecommitdiff
path: root/client/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'client/package.json')
-rw-r--r--client/package.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/client/package.json b/client/package.json
new file mode 100644
index 00000000..c98b9b9f
--- /dev/null
+++ b/client/package.json
@@ -0,0 +1,23 @@
+{
+ "name": "lsp-sample-client",
+ "description": "VSCode part of a language server",
+ "author": "Microsoft Corporation",
+ "license": "MIT",
+ "version": "0.0.1",
+ "publisher": "vscode",
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/Microsoft/vscode-extension-samples"
+ },
+ "engines": {
+ "vscode": "^1.23.0"
+ },
+ "scripts": {
+ "update-vscode": "vscode-install",
+ "postinstall": "vscode-install"
+ },
+ "dependencies": {
+ "vscode": "^1.1.21",
+ "vscode-languageclient": "^4.1.4"
+ }
+}