mirror of
https://github.com/danbulant/covid
synced 2026-05-19 03:48:34 +00:00
18 lines
312 B
JSON
18 lines
312 B
JSON
{
|
|
"name": "covid",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node app/"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"cheerio": "^1.0.0-rc.3",
|
|
"express": "^4.17.1",
|
|
"got": "^10.6.0",
|
|
"mysql": "^2.18.1"
|
|
}
|
|
}
|