-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
67 lines (67 loc) · 1.55 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "wenku8",
"version": "3.5.0",
"description": "轻小说文库下载器",
"main": "dist/index.js",
"type": "module",
"bin": {
"wenku8": "dist/index.js"
},
"scripts": {
"start": "tsc && node dist/index.js",
"build": "tsc",
"clear": "rm -rf ./novels"
},
"files": [
"dist"
],
"author": "Akara",
"repository": {
"type": "git",
"url": "https://github.com/Messiahhh/wenku8-downloader"
},
"keywords": [
"cli",
"command-line",
"terminal",
"console",
"crawler",
"wenku",
"wenku8",
"轻小说",
"轻小说文库"
],
"license": "MIT",
"dependencies": {
"@types/async-retry": "^1.4.8",
"@types/inquirer": "^9.0.3",
"@types/through": "^0.0.31",
"async-retry": "^1.3.3",
"axios": "^0.27.2",
"chalk": "^5.0.1",
"cheerio": "^1.0.0-rc.2",
"cli-table3": "^0.6.2",
"commander": "^9.4.0",
"epub-gen-honor": "^1.0.5",
"epub-gen-loose": "^0.1.0",
"epub-gen-memory": "^1.0.9",
"follow-redirects": "^1.15.3",
"iconv-lite": "^0.4.19",
"inquirer": "^9.2.11",
"ora": "^6.1.2",
"set-cookie-parser": "^2.5.1",
"typescript": "^5.2.2"
},
"devDependencies": {
"@types/cheerio": "^0.22.31",
"@types/iconv": "^3.0.1",
"@types/inquirer": "^9.0.1",
"@types/set-cookie-parser": "^2.4.2",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"eslint": "^8.23.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.7.1"
}
}