massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-json / node_modules / vscode-languageserver-types / package.json
diff --git a/.config/coc/extensions/node_modules/coc-json/node_modules/vscode-languageserver-types/package.json b/.config/coc/extensions/node_modules/coc-json/node_modules/vscode-languageserver-types/package.json
new file mode 100644 (file)
index 0000000..8c8e202
--- /dev/null
@@ -0,0 +1,28 @@
+{
+       "name": "vscode-languageserver-types",
+       "description": "Types used by the Language server for node",
+       "version": "3.16.0",
+       "author": "Microsoft Corporation",
+       "license": "MIT",
+       "repository": {
+               "type": "git",
+               "url": "https://github.com/Microsoft/vscode-languageserver-node.git",
+               "directory": "types"
+       },
+       "bugs": {
+               "url": "https://github.com/Microsoft/vscode-languageserver-node/issues"
+       },
+       "main": "./lib/umd/main.js",
+       "typings": "./lib/umd/main",
+       "module": "./lib/esm/main.js",
+       "scripts": {
+               "prepublishOnly": "git clean -xfd . && npm install && npm run clean && npm run compile:esm && npm run compile && npm run test",
+               "postpublish": "node ../build/npm/post-publish.js",
+               "compile": "node ../build/bin/tsc -b ./tsconfig.json",
+               "compile:esm": "node ../build/bin/tsc -b ./tsconfig.esm.json",
+               "clean": "node ../node_modules/rimraf/bin.js lib",
+               "watch": "node ../build/bin/tsc -b ./tsconfig-watch.json -w",
+               "test": "node ../node_modules/mocha/bin/_mocha",
+               "preversion": "npm test"
+       }
+}