mirror of
https://github.com/danbulant/covid
synced 2026-07-05 11:11:06 +00:00
Install HTML parser
This commit is contained in:
parent
d3976a5e55
commit
a93ecd8017
1 changed files with 2 additions and 1 deletions
|
|
@ -4,12 +4,13 @@
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node app/"
|
"start": "node app/"
|
||||||
},
|
},
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
"author": "",
|
"author": "",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"cheerio": "^1.0.0-rc.3",
|
||||||
"express": "^4.17.1",
|
"express": "^4.17.1",
|
||||||
"got": "^10.6.0",
|
"got": "^10.6.0",
|
||||||
"mysql": "^2.18.1"
|
"mysql": "^2.18.1"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue