-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 937 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "pascalabcnet-lsp",
"description": "PascalABC.NET language server",
"version": "1.0.3",
"author": "Oxana Kostikova",
"license": "MIT",
"engines": {
"node": "*"
},
"repository": {
"type": "git",
"url": "https://github.com/Lereena/pascalabcnet-lsp"
},
"dependencies": {
"@types/mocha": "^8.0.3",
"@types/node": "^12.12.0",
"@typescript-eslint/parser": "^2.3.0",
"eslint": "^6.4.0",
"jsonc-parser": "^2.2.1",
"mocha": "^8.1.1",
"tree-sitter-pascalabcnet": "^1.1.0",
"typescript": "^4.0.2",
"vscode-languageserver": "^7.0.0",
"vscode-languageserver-textdocument": "^1.0.1",
"web-tree-sitter": "^0.19.4"
},
"scripts": {
"vscode:prepublish": "npm run compile",
"compile": "tsc -b",
"watch": "tsc -b -w",
"test": "sh ./scripts/e2e.sh"
}
}