-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
38 lines (38 loc) · 920 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
{
"name": "wuhan-coronavirus-api",
"version": "0.4.0",
"description": "API Service for tracking the Wuhan Coronavirus",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"nodemonConfig": {
"ignore": [
"dataset/*"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/Laeyoung/Wuhan-Coronavirus-API.git"
},
"keywords": [
"coronavirus",
"wuhan"
],
"author": "Laeyoung",
"license": "MIT",
"bugs": {
"url": "https://github.com/Laeyoung/Wuhan-Coronavirus-API/issues"
},
"homepage": "https://github.com/Laeyoung/Wuhan-Coronavirus-API#readme",
"dependencies": {
"cors": "^2.8.5",
"country-code-lookup": "0.0.16",
"csvtojson": "^2.0.10",
"express": "^4.17.3",
"nested-property": "^2.0.0",
"node-fetch": "^3.2.10",
"node-schedule": "^1.3.2",
"request": "^2.87.0"
}
}