-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 1.05 KB
/
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
{
"name": "refine-manhuaren",
"description": "Refine Manhuaren is an extractor to extract Manhuaren comics.",
"version": "1.4.0",
"author": "leesei <[email protected]>",
"bin": "./cli.js",
"bugs": {
"url": "https://github.com/leesei/refine-manhuaren/issues"
},
"dependencies": {
"archiver": "^7.0.1",
"chalk": "^4.1.2",
"java.io": "^2.4.0",
"lodash": "^4.17.0",
"progress": "^2.0.3",
"shelljs": "^0.8.5",
"yargs": "^17.7.2"
},
"engine": {
"node": ">= 20.0.0"
},
"homepage": "https://github.com/leesei/refine-manhuaren#readme",
"keywords": [
"comics",
"extractor",
"manhuaren"
],
"license": "MIT",
"main": "index.js",
"preferGlobal": true,
"repository": {
"type": "git",
"url": "git+https://github.com/leesei/refine-manhuaren.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"packageManager": "[email protected]+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee"
}