added report system

This commit is contained in:
Nick Leeman
2020-11-20 19:51:19 +01:00
parent 4fb8a19661
commit b617ac85fe
5 changed files with 142 additions and 10 deletions

View File

@@ -14,14 +14,18 @@
"license": "ISC",
"dependencies": {
"cheerio": "^1.0.0-rc.3",
"fs-extra": "^9.0.1",
"jsonfile": "^6.1.0",
"puppeteer": "^5.4.1",
"tldts": "^5.6.71",
"typescript": "^4.0.5"
"typescript": "^4.0.5",
"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/puppeteer": "^5.4.0",
"@types/write": "^2.0.0"
}
}