worm-scraper/package.json
Domenic Denicola b113b240cc 4.6.1
2020-11-17 10:39:12 -05:00

40 lines
830 B
JSON

{
"name": "worm-scraper",
"description": "Scrapes the web serial Worm and its sequel Ward into an eBook format",
"keywords": [
"ebook",
"worm",
"ward",
"parahuman",
"scraper"
],
"version": "4.6.1",
"author": "Domenic Denicola <d@domenic.me> (https://domenic.me/)",
"license": "WTFPL",
"repository": "domenic/worm-scraper",
"bin": "lib/worm-scraper.js",
"files": [
"covers/",
"lib/",
"scaffolding/",
"npm-shrinkwrap.json"
],
"scripts": {
"lint": "eslint lib"
},
"dependencies": {
"archiver": "^5.0.2",
"cli-progress": "^3.8.2",
"cpr": "^3.0.1",
"jsdom": "^16.4.0",
"requisition": "^1.5.0",
"workerpool": "^6.0.2",
"yargs": "^16.1.0"
},
"devDependencies": {
"eslint": "^7.11.0"
},
"engines": {
"node": ">=12.10.0"
}
}