-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 931 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": "covidindia-cli",
"version": "0.4.0",
"description": "CLI tool to real time access to Covid-19 stats for Indian states on your terminal",
"main": "index.js",
"bin": {
"covidindia": "index.js",
"covidindia-cli": "index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kousiksatish/covidindia-cli.git"
},
"keywords": [
"covid19india",
"covid19",
"corona",
"cli",
"corona-cli",
"covid19-cli",
"india"
],
"author": "Kousik Satish",
"license": "ISC",
"bugs": {
"url": "https://github.com/kousiksatish/covidindia-cli/issues"
},
"homepage": "https://github.com/kousiksatish/covid19india-cli#readme",
"dependencies": {
"axios": "^0.19.2",
"cli-table3": "^0.6.0",
"yargs": "^15.3.1"
},
"devDependencies": {
"eslint": "^6.8.0"
}
}