-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.02 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
{
"name": "@covidnow/covidnow",
"version": "1.0.9",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/jeremytsngtsng/COVIDnow.git"
},
"author": "Anthony Chan <[email protected]>",
"license": "MIT",
"dependencies": {
"asciify-image": "^0.1.6",
"chalk": "^4.1.0",
"cli-table3": "^0.6.0",
"colors": "^1.4.0",
"node-emoji": "^1.10.0",
"node-fetch": "^2.6.0"
},
"description": "<!-- <img src=\"https://ai.github.io/size-limit/logo.svg\" align=\"right\" alt=\"Size Limit logo by Anton Lovchikov\" width=\"120\" height=\"178\"> -->",
"bugs": {
"url": "https://github.com/jeremytsngtsng/COVIDnow/issues"
},
"homepage": "https://github.com/jeremytsngtsng/COVIDnow#readme",
"directories": {
"lib": "lib"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"bin": {
"covidnow": "index.js"
},
"keywords": [
"covid",
"covid19",
"cli"
]
}