forked from maoanran/aliyun-cli-2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.09 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
{
"name": "aliyun-cli-3",
"version": "1.0.1",
"latest": "1.0.1",
"description": "aliyun-cli-3",
"keywords": [
"aliyun",
"cli",
"aliyun-cli",
"aliyun-cli-2",
"aliyun-cli-3",
"oss"
],
"preferGlobal": true,
"config": {
"publishtest": false
},
"homepage": "https://github.com/jinglongchenTS/aliyun-cli-3.git",
"author": {
"name": "Ike chen",
"email": "[email protected]",
"url": "https://github.com/jinglongchenTS/aliyun-cli-3.git"
},
"repository": {
"type": "git",
"url": "https://github.com/jinglongchenTS/aliyun-cli-3.git"
},
"bugs": {
"url": "https://github.com/jinglongchenTS/aliyun-cli-3/issues",
"email": "[email protected]"
},
"directories": {
"bin": "./bin"
},
"main": "./bin/oss-cli.js",
"bin": {
"oss-cli": "./bin/oss-cli.js"
},
"scripts": {
"start": "node ./bin/oss-cli.js"
},
"dependencies": {
"aliyun-sdk": "*",
"async": "*",
"glob": "*",
"mime-types": "*",
"shelljs": "*",
"yargs": "*"
},
"license": "MIT",
"readmeFilename": "README.md"
}