-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
49 lines (49 loc) · 1.13 KB
/
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
41
42
43
44
45
46
47
48
49
{
"name": "covid19",
"version": "0.9.0",
"description": "A command-line interface to check the current statistics of COVID-19 in a particular country, state, or region.",
"main": "covid19.js",
"preferGlobal": true,
"bin": {
"covid19": "covid19.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dmahajan980/covid19.git"
},
"author": "Divyanshu Mahajan <divyanshumahajan98@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/dmahajan980/covid19/issues"
},
"homepage": "https://github.com/dmahajan980/covid19#readme",
"dependencies": {
"chalk": "^3.0.0",
"cli-cursor": "^3.1.0",
"cli-spinner": "^0.2.10",
"cli-table3": "^0.5.1",
"commander": "^5.0.0",
"i18n-iso-countries": "^5.1.0",
"request": "^2.88.2",
"validator": "^13.0.0"
},
"devDependencies": {
"js-beautify": "^1.10.3"
},
"keywords": [
"CoVID",
"CoVID19",
"CoVID-19",
"CoVID",
"19",
"Coronavirus",
"CLI",
"JavaScript",
"Node",
"Node.js",
"Command Line"
]
}