-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 949 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
40
{
"name": "whats-my-weather",
"version": "1.1.2",
"description": "View the weather in your terminal without any hassle",
"main": "index.js",
"bin": {
"whats-my-weather": "./index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Shashwat545/npx_whats-my-weather.git"
},
"author": "Shashwat Singh",
"license": "MIT",
"bugs": {
"url": "https://github.com/Shashwat545/npx_whats-my-weather/issues"
},
"homepage": "https://github.com/Shashwat545/npx_whats-my-weather#readme",
"dependencies": {
"weather-js": "^2.0.0",
"boxen": "^4.2.0",
"chalk": "^4.1.0",
"clear": "^0.1.0",
"cli-spinners": "^2.5.0",
"inquirer": "^7.3.2",
"open": "^7.0.4",
"ora": "^5.1.0",
"request": "^2.88.2"
},
"keywords": [
"weather",
"cli",
"npx",
"weather app",
"terminal"
]
}