-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.05 KB
/
package.json
File metadata and controls
37 lines (37 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
37
{
"name": "@vmware/vrdt-common",
"version": "2.5.3",
"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/index",
"devDependencies": {
"@types/fs-extra": "~9.0.8",
"@types/glob": "7.1.3",
"@types/node": "^14.14.35",
"@types/request": "^2.48.5",
"@types/request-promise-native": "^1.0.17",
"@types/vscode": "1.54.0",
"jest": "^26.6.3",
"jest-create-mock-instance": "^1.1.0",
"jest-extended": "0.11.5",
"ts-jest": "^26.5.4",
"typescript": "~4.2.3"
},
"dependencies": {
"fast-xml-parser": "4.1.2",
"fs-extra": "~9.1.0",
"glob": "^7.1.6",
"jwt-decode": "^3.1.2",
"reflect-metadata": "^0.1.13",
"request": "^2.88.2",
"request-promise-native": "^1.0.9",
"tmp": "^0.2.1",
"vscode-uri": "^3.0.2"
}
}