-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 903 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": "@tommyleoni/weatherli",
"version": "1.0.0",
"description": "A CLI to get the latest weather info",
"main": "src/cli.js",
"bin": "bin/weatherli",
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TommyLeoni/weatherli.git"
},
"keywords": [
"cli",
"weather"
],
"author": "Tomaso Leoni",
"license": "ISC",
"bugs": {
"url": "https://github.com/TommyLeoni/weatherli/issues"
},
"homepage": "https://github.com/TommyLeoni/weatherli#readme",
"dependencies": {
"arg": "^4.1.1",
"axios": "^0.19.0",
"chalk": "^2.4.2",
"emoji-flags": "^1.2.0",
"esm": "^3.2.25",
"inquirer": "^7.0.0",
"ncp": "^2.0.0",
"node-emoji": "^1.10.0",
"rxjs": "^6.5.3",
"stringinject": "^2.1.1"
}
}