refactor / cleanup

This commit is contained in:
2023-06-20 15:37:58 +02:00
parent 46bbc222a4
commit b8f77cbc58
8 changed files with 2358 additions and 2292 deletions

View File

@@ -13,20 +13,17 @@
"author": "",
"license": "ISC",
"dependencies": {
"cheerio": "^1.0.0-rc.3",
"fs-extra": "^9.0.1",
"got": "^11.8.2",
"axios": "^1.4.0",
"cheerio": "^1.0.0-rc.12",
"fs-extra": "^11.1.1",
"jsonfile": "^6.1.0",
"puppeteer": "^5.4.1",
"tldts": "^5.6.71",
"typescript": "^4.0.5",
"puppeteer": "^20.7.2",
"tldts": "^6.0.8",
"typescript": "^5.1.3",
"write": "^2.0.0"
},
"devDependencies": {
"@types/cheerio": "^0.22.22",
"@types/fs-extra": "^9.0.4",
"@types/jsonfile": "^6.0.0",
"@types/puppeteer": "^5.4.0",
"@types/write": "^2.0.0"
"@types/got": "^9.6.12",
"@types/jsonfile": "^6.1.1"
}
}