worm-scraper/package.json
Domenic Denicola 27eae8860b 4.0.0
2020-07-01 17:27:13 -04:00

40 lines
824 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.0.0",
"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": "^4.0.1",
"cpr": "^3.0.1",
"jsdom": "^16.2.2",
"requisition": "^1.5.0",
"throat": "^5.0.0",
"xmlserializer": "^0.6.1",
"yargs": "^15.3.1"
},
"devDependencies": {
"eslint": "7.3.1"
},
"engines": {
"node": ">=10.0.0"
}
}