-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 916 Bytes
/
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
{
"name": "why-status",
"version": "0.0.5",
"description": "🤔Tell me what is the meaning of this status?",
"main": "lib/why-status.js",
"bin": {
"ws": "bin/index.js",
"why-status": "bin/index.js"
},
"module": "src/index.js",
"scripts": {
"build": "npm run build:lib && npm run build:bin",
"build:lib": "webpack --config build/webpack.lib.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/liril-net/why-status.git"
},
"keywords": [
"http",
"status",
"cli"
],
"author": "liril <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/liril-net/why-status/issues"
},
"homepage": "https://github.com/liril-net/why-status",
"devDependencies": {
"js-yaml": "^3.10.0",
"ware-loader": "^0.2.4",
"webpack": "^3.10.0"
},
"dependencies": {
"chalk": "^2.3.0",
"os-locale": "^2.1.0"
}
}