This repository has been archived on 2024-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
HentaiSnatcher/package.json

21 lines
492 B
JSON
Raw Permalink Normal View History

2021-10-21 01:10:27 +03:00
{
2021-10-21 01:23:48 +03:00
"author": {
"email": "contact@justkato.me",
"name": "Kato Twofold",
"url": "https://justkato.me/"
},
2021-10-21 01:10:27 +03:00
"dependencies": {
"@types/commander": "^2.12.2",
"axios": "^0.23.0",
"cheerio": "^1.0.0-rc.10",
"commander": "^8.2.0",
"yargs": "^17.2.1"
},
"devDependencies": {
"@types/node": "^16.11.1",
"@types/yargs": "^17.0.4"
2021-10-21 01:23:48 +03:00
},
"scripts": {
"test": "tsc && node dist/test.js"
2021-10-21 01:10:27 +03:00
}
}