-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 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
51
52
53
54
55
{
"name": "ossr",
"version": "1.1.6",
"description": "The ali-oss cli",
"keywords": [
"oss",
"cli",
"file",
"aliyun",
"ali-oss"
],
"main": "./bin/ossr.js",
"scripts": {
"start": "tsc -w",
"build": "tsc",
"prepublish": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"ossr": "./bin/ossr.js"
},
"engines": {
"node": ">=8.0"
},
"bugs": {
"url": "https://github.com/myxvisual/ossr/issues"
},
"homepage": "https://github.com/myxvisual/ossr",
"repository": {
"type": "git",
"url": "git+https://github.com/myxvisual/ossr.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"agentkeepalive": "^4.0.2",
"ali-oss": "^6.13.2",
"chalk": "^2.4.2",
"commander": "^2.20.0",
"cos-nodejs-sdk-v5": "^2.5.9",
"enquirer": "^2.3.0",
"es6-promise": "^4.2.6",
"qiniu": "^7.2.1",
"request": "^2.88.0",
"terminal-kit": "^1.28.0"
},
"devDependencies": {
"@types/ali-oss": "^6.0.3",
"@types/chalk": "^2.2.0",
"@types/node": "^12.0.0",
"@types/request": "^2.48.1",
"@types/terminal-kit": "^1.28.0",
"typescript": "^3.4.5"
}
}