-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
50 lines (50 loc) · 1.18 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "uucloud-cli",
"license": "MIT",
"version": "0.16.1",
"repository": {
"type": "git",
"url": "https://github.com/jiridudekusy/uucloud-cli.git"
},
"engines": {
"node": ">=12.0.0"
},
"scripts": {
"test": "jest"
},
"main": "index.js",
"dependencies": {
"await-sleep": "^0.0.1",
"chalk": "^2.4.2",
"cli-table2": "^0.2.0",
"command-line-args": "^5.0.2",
"command-line-usage": "^5.0.5",
"configstore": "^4.0.0",
"date-and-time": "^0.6.3",
"filtrex": "^2.1.0",
"handlebars": "^4.1.2",
"handlebars-helpers": "^0.10.0",
"mkdirp": "^0.5.1",
"moment": "^2.23.0",
"oidc-plus4u-vault": "^0.9.1",
"properties-reader": "^2.2.0",
"read": "^1.0.7",
"update-notifier": "^4.1.0",
"uu_appg01_core-appclient": "^4.3.0",
"uu_appg01_core-logging": "^4.3.0",
"uu_appg01_core-npm": "^4.3.0",
"uu_appg01_core-utils": "^4.3.0",
"uu_appg01_devkit-common": "^4.2.1",
"colors": "1.4.0",
"string-argv": "^0.3.1",
"read-last-lines": "^1.8.0"
},
"devDependencies": {
"jest": "^23.6.0",
"nock": "^10.0.6",
"mock-stdin": "^0.3.1"
},
"bin": {
"uucloud": "./index.js"
}
}