-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 841 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
{
"name": "weather-hf",
"version": "1.0.0",
"description": "heweather-cli",
"main": "lib/cli.js",
"dependencies": {
"axios": "^0.18.0",
"chalk": "^2.4.1",
"conf": "^2.0.0",
"fs": "0.0.1-security",
"meow": "^5.0.0",
"path": "^0.12.7"
},
"devDependencies": {},
"bin": {
"weather-hf": "lib/cli.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chiwent/weather-hf.git"
},
"keywords": [
"weather",
"cli"
],
"author": "chiwent",
"license": "MIT",
"bugs": {
"url": "https://github.com/chiwent/weather-hf/issues"
},
"homepage": "https://github.com/chiwent/weather-hf#readme"
}