40 lines
831 B
JSON
40 lines
831 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.12.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.1.0",
|
|
"cli-progress": "^3.8.2",
|
|
"cpr": "^3.0.1",
|
|
"jsdom": "^16.4.0",
|
|
"requisition": "^1.5.0",
|
|
"workerpool": "^6.0.3",
|
|
"yargs": "^16.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^7.16.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.10.0"
|
|
}
|
|
}
|