worm-scraper
Version:
Scrapes the web serial Worm and its sequel Ward into an ebook format
46 lines (45 loc) • 946 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": "9.0.0",
"author": "Domenic Denicola <d@domenic.me> (https://domenic.me/)",
"license": "WTFPL",
"repository": {
"type": "git",
"url": "git+https://github.com/domenic/worm-scraper.git"
},
"bin": "lib/worm-scraper.js",
"files": [
"book-data/",
"covers/",
"lib/",
"scaffolding/",
"substitutions/",
"npm-shrinkwrap.json"
],
"scripts": {
"lint": "eslint"
},
"dependencies": {
"archiver": "^7.0.1",
"cli-progress": "^3.11.2",
"jsdom": "^26.1.0",
"workerpool": "^9.3.3",
"yargs": "^18.0.0"
},
"devDependencies": {
"@domenic/eslint-config": "^4.0.1",
"eslint": "^9.31.0",
"globals": "^16.3.0"
},
"engines": {
"node": ">=22.17.0"
}
}