forked from domenic/worm-scraper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 871 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"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 <[email protected]> (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.2.0",
"cli-progress": "^3.9.0",
"cpr": "^3.0.1",
"jsdom": "^16.4.0",
"requisition": "^1.5.0",
"workerpool": "^6.1.0",
"yargs": "^16.2.0"
},
"devDependencies": {
"eslint": "^7.20.0",
"@domenic/eslint-config": "^1.0.0"
},
"engines": {
"node": ">=12.10.0"
}
}