-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
39 lines (39 loc) · 1.03 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": "ebook-converter",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"bin": {
"opencc-cvt": "bin/cli.js",
"zhc-cvt": "bin/cli-zhc.js"
},
"scripts": {
"start": "node server/index.js"
},
"dependencies": {
"archiver": "^7.0.1",
"chardet": "^2.0.0",
"express": "^5.0.0",
"fs-extra": "^11.2.0",
"globby": "^11.1.0",
"iconv-lite": "^0.6.3",
"multer": "^1.4.5-lts.1",
"opencc-js": "^1.0.5",
"pug": "^3.0.3",
"tempfile": "5.0.0",
"tmp-promise": "^3.0.3",
"xfetch-js": "^0.6.0"
},
"resolutions": {
"is-regex": "npm:@nolyfill/is-regex@^1",
"typedarray": "npm:@nolyfill/typedarray@^1",
"function-bind": "npm:@nolyfill/function-bind@^1",
"gopd": "npm:@nolyfill/gopd@^1",
"has-property-descriptors": "npm:@nolyfill/has-property-descriptors@^1",
"has-proto": "npm:@nolyfill/has-proto@^1",
"has-symbols": "npm:@nolyfill/has-symbols@^1",
"hasown": "npm:@nolyfill/hasown@^1",
"set-function-length": "npm:@nolyfill/set-function-length@^1",
"side-channel": "npm:@nolyfill/side-channel@^1"
}
}