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{
"name": "covid-api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IamLizu/covid-api.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/IamLizu/covid-api/issues"
},
"homepage": "https://github.com/IamLizu/covid-api#readme",
"dependencies": {
"cheerio": "^1.0.0-rc.6",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"redis": "^3.1.1",
"request": "^2.88.2"
},
"devDependencies": {
"nodemon": "^2.0.7"
}
}