-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.05 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.05 KB
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
34
35
36
{
"name": "@vmware/vro-language-server",
"version": "2.5.6",
"description": "",
"license": "MIT",
"homepage": "https://github.com/vmware/vrealize-developer-tools",
"bugs": "https://github.com/vmware/vrealize-developer-tools/issues",
"repository": "git://github.com/vmware/vrealize-developer-tools.git",
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"main": "./out/public/index",
"devDependencies": {
"@types/adm-zip": "^0.4.33",
"@types/fs-extra": "~9.0.8",
"@types/jest": "^26.0.21",
"@types/lodash": "^4.14.168",
"@types/node": "^14.14.35",
"@types/uuid": "^9.0.1",
"@types/vscode": "1.54.0",
"jest": "^29.7.0",
"jest-create-mock-instance": "^1.1.0",
"jest-extended": "4.0.2",
"ts-jest": "^29.1.5",
"typescript": "~5.5.2"
},
"dependencies": {
"adm-zip": "^0.5.4",
"fs-extra": "~9.1.0",
"lodash": "^4.17.23",
"protobufjs": "^6.11.4",
"vscode-languageserver": "^6.1.1",
"vscode-languageserver-textdocument": "^1.0.1",
"vscode-uri": "^3.0.2"
}
}