-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.03 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
{
"name": "@mixon00/cov19",
"version": "1.0.0",
"description": "COVID-19 CLI Tool",
"files": [
"/bin"
],
"repository": {
"type": "git",
"url": "git+https://github.com/mixon00/cov19-cli.git"
},
"scripts": {
"patch": "npx standard-version --release-as patch",
"minor": "npx standard-version --release-as minor",
"major": "npx standard-version --release-as major"
},
"keywords": [
"covid",
"covid-19",
"cli",
"nodejs"
],
"preferGlobal": true,
"bin": {
"cov19": "./bin/index.js"
},
"engines": {
"node": ">=8.0.0"
},
"author": "Mateusz Misztoft <mixon00@gmail.com> (https://misztoft.pl)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mixon00/cov19-cli/issues"
},
"homepage": "https://cov19.js.org",
"dependencies": {
"asciichart": "^1.5.21",
"chalk": "^4.1.0",
"cli-table3": "^0.6.0",
"commander": "^5.1.0",
"configstore": "^5.0.1",
"enquirer": "^2.3.5",
"figlet": "^1.4.0",
"node-fetch": "^2.6.0",
"ora": "^4.0.4"
}
}