-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
44 lines (44 loc) · 1.03 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
{
"name": "cdn-cli",
"version": "5.2.3",
"description": "通过命令行将文件上传至对象存储,支持阿里云、腾讯云以及七牛云",
"scripts": {
"build": "tsc",
"test": "cd example && ../bin/cdn deploy debug && cd -",
"prepare": "husky install"
},
"license": "MIT",
"bin": {
"cdn": "bin/cdn"
},
"dependencies": {
"ali-oss": "^6.16.0",
"commander": "^10.0.0",
"cos-nodejs-sdk-v5": "^2.11.12",
"dir-glob": "^3.0.1",
"fs-extra": "^11.1.1",
"glob": "^9.3.1",
"kleur": "^4.1.4",
"lodash": "^4.17.21",
"minimatch": "^7.4.2",
"qiniu": "^7.4.0"
},
"devDependencies": {
"@types/ali-oss": "^6.16.7",
"@types/dir-glob": "^2.0.1",
"@types/fs-extra": "^11.0.1",
"@types/glob": "^8.1.0",
"@types/lodash": "^4.14.182",
"@types/minimatch": "^5.1.2",
"@types/node": "^18.15.5",
"husky": "^8.0.3",
"prettier": "^2.8.6",
"pretty-quick": "^3.1.3",
"typescript": "^5.0.2"
},
"files": [
"bin",
"lib",
"templates"
]
}