This commit is contained in:
freearhey 2021-03-12 00:51:53 +03:00
parent bce76d2fb7
commit a24cbb3543
7 changed files with 135 additions and 60 deletions

View file

@ -6,6 +6,7 @@
"license": "MIT",
"dependencies": {
"axios": "^0.21.1",
"axios-cookiejar-support": "^1.0.1",
"axios-delay": "^1.0.0-rc6",
"cheerio": "^1.0.0-rc.5",
"commander": "^7.1.0",
@ -13,6 +14,7 @@
"glob": "^7.1.6",
"html-to-text": "^7.0.0",
"jsdom": "^16.5.0",
"tough-cookie": "^4.0.0",
"xml-js": "^1.6.11"
}
}