forked from Tsuk1ko/nhder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.08 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
40
41
42
{
"name": "nhder",
"version": "1.0.6",
"description": "Download manga from nhentai.net",
"main": "./src/nhentai.js",
"bin": {
"nhder": "./bin/nhder"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "pkg . -t node10 --out-path ./build",
"build-win": "pkg . -t node10-win-x86 -o ./build/nhder-win-x86.exe & pkg . -t node10-win-x64 -o ./build/nhder-win-x64.exe"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Tsuk1ko/nhder.git"
},
"keywords": [
"nhentai",
"manga",
"r18",
"nhentai-downloader"
],
"author": "Jindai Kirin",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/Tsuk1ko/nhder/issues"
},
"homepage": "https://github.com/Tsuk1ko/nhder#readme",
"dependencies": {
"appdata-path": "^1.0.0",
"axios": "^0.18.0",
"colors": "^1.3.3",
"commander": "^2.19.0",
"fs-extra": "^7.0.1",
"https-proxy-agent": "^2.2.1",
"is-valid-path": "^0.1.1",
"nhentai-api": "^2.0.4",
"readline-sync": "^1.4.9",
"socks-proxy-agent": "^4.0.1"
}
}