Install cheerio

This commit is contained in:
2020-04-04 05:12:59 +08:00
parent c4ac635cb8
commit b8af5452c3
2 changed files with 147 additions and 1 deletions

View File

@ -10,10 +10,12 @@
"author": "Pin Lin <moneycat711@gmail.com>",
"license": "MIT",
"dependencies": {
"@types/cheerio": "^0.22.17",
"@types/express": "^4.17.3",
"@types/morgan": "^1.9.0",
"@types/node": "^12.12.31",
"axios": "^0.19.2",
"cheerio": "^1.0.0-rc.3",
"express": "^4.17.1",
"morgan": "^1.10.0",
"typescript": "^3.8.3"