We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d701e33 + c723685 commit 44ae662Copy full SHA for 44ae662
package.json
@@ -2,9 +2,18 @@
2
"name": "coronavirus-tracker-cli",
3
"version": "0.5.0",
4
"description": "track conronavirus cases from cli",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "git+https://github.com/sagarkarira/coronavirus-tracker-cli.git"
8
+ },
9
+ "keywords": [],
10
+ "bugs": {
11
+ "url": "https://github.com/sagarkarira/coronavirus-tracker-cli/issues"
12
13
+ "homepage": "https://github.com/sagarkarira/coronavirus-tracker-cli#readme",
14
"main": "./lib/corona.js",
15
"bin": {
- "corona": "./bin/index.js"
16
+ "corona": "bin/index.js"
17
},
18
"scripts": {
19
"dev": "nodemon --inspect app.js",
0 commit comments