-
Notifications
You must be signed in to change notification settings - Fork 48
/
package.json
43 lines (43 loc) · 907 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
42
43
{
"name": "worm-scraper",
"description": "Scrapes the web serial Worm and its sequel Ward into an ebook format",
"keywords": [
"ebook",
"worm",
"ward",
"parahuman",
"scraper"
],
"version": "7.0.0",
"author": "Domenic Denicola <[email protected]> (https://domenic.me/)",
"license": "WTFPL",
"repository": {
"type": "git",
"url": "git+https://github.com/domenic/worm-scraper.git"
},
"bin": "lib/worm-scraper.js",
"files": [
"covers/",
"lib/",
"scaffolding/",
"npm-shrinkwrap.json"
],
"scripts": {
"lint": "eslint"
},
"dependencies": {
"archiver": "^7.0.1",
"cli-progress": "^3.11.2",
"jsdom": "^25.0.1",
"workerpool": "^9.2.0",
"yargs": "^17.7.2"
},
"devDependencies": {
"@domenic/eslint-config": "^4.0.1",
"eslint": "^9.14.0",
"globals": "^15.12.0"
},
"engines": {
"node": ">=20.16.0"
}
}