forked from Tsuk1ko/pxder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 999 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
{
"name": "pxder",
"version": "2.6.3",
"description": "Download illusts from pixiv.net P站插画批量下载器",
"main": "index.js",
"dependencies": {
"appdata-path": "^1.0.0",
"axios": "^0.18.0",
"colors": "^1.3.1",
"commander": "^2.17.1",
"crawl-neko": "^1.2.1",
"fs-extra": "^7.0.0",
"https-proxy-agent": "^2.2.1",
"pixiv-api-client": "^0.17.1",
"readline-sync": "^1.4.9",
"socks-proxy-agent": "^4.0.1"
},
"devDependencies": {
"@types/readline-sync": "^1.4.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"pxder": "./bin/pxder"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Tsuk1ko/pxder.git"
},
"keywords": [
"pixiv",
"downloader",
"illust"
],
"author": "Jindai Kirin",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/Tsuk1ko/pxder/issues"
},
"homepage": "https://github.com/Tsuk1ko/pxder#readme"
}