-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 746 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 746 Bytes
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": "fas-cli",
"version": "0.0.1",
"description": "fast static resource deployment",
"main": "index.js",
"scripts": {
"start": "node src/index.js"
},
"keywords": ["fas-cli", "cli", "qiniu"],
"fas": {
"name": "blog",
"dir": "dist"
},
"bin": {
"fas": "./cli.js"
},
"engines": {
"node": ">=8"
},
"repository": "yesvods/fas-cli",
"author": {
"name": "Jogis",
"email": "zenjayjay@gmail.com",
"url": "https://github.com/yesvods"
},
"license": "MIT",
"dependencies": {
"chalk": "^2.3.2",
"configstore": "^3.1.2",
"lodash": "^4.17.5",
"meow": "^4.0.0",
"prompt": "^1.0.0",
"qiniu": "^7.1.3",
"qiniu-js": "^2.2.2",
"update-notifier": "^2.5.0"
}
}