-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 745 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 745 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
{
"name": "fast-tool",
"version": "0.0.9",
"description": "tool collection",
"main": "index.js",
"author": "ylwit",
"repository": "https://github.com/leetlin/fast-tool",
"license": "MIT",
"private": false,
"scripts": {
"version": "git add .",
"postversion": "git push && git push --tags",
"prepublish": "npm config set registry https://registry.npmjs.org",
"postpublish": "npm config set registry https://registry.npm.taobao.org"
},
"bin": {
"ftool": "./index.js"
},
"dependencies": {
"chalk": "^2.3.2",
"commander": "^2.15.1",
"dateformat-util": "^1.0.5",
"js-base64": "^2.4.3",
"md5": "^2.2.1",
"mime-types": "^2.1.18",
"prompt": "^1.0.0",
"qrcode": "^1.2.0"
}
}