forked from Cologler/doggoo-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.28 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
{
"name": "doggoo",
"version": "1.0.0",
"description": "",
"dependencies": {
"anyflow": "^0.2.1",
"anyioc": "^0.2.3",
"chardet": "^0.8.0",
"cli-color": "^1.4.0",
"docopt": "^0.6.2",
"epub-builder": "git+https://github.com/CharlesMulloy/epub-builder.git",
"iconv-lite": "^0.5.0",
"is-invalid-path": "^1.0.2",
"jsdom": "^15.1.1",
"node-opencc": "^2.0.1",
"parse5": "^5.1.0",
"request": "^2.88.0",
"request-debug": "^0.2.0",
"request-promise-native": "^1.0.7",
"sanitize-filename": "^1.6.3",
"uuid": "^3.3.2",
"xml-escape": "^1.1.0",
"xmlserializer": "^0.6.1"
},
"devDependencies": {
"@types/chardet": "^0.5.0",
"@types/cli-color": "^0.3.29",
"@types/docopt": "^0.6.31",
"@types/expect": "^1.20.4",
"@types/jsdom": "^12.2.4",
"@types/mocha": "^5.2.7",
"@types/node": "^12.6.8",
"@types/node-uuid": "0.0.28",
"@types/parse5": "^5.0.2",
"@types/request-promise-native": "^1.0.16",
"mocha": "^6.2.0",
"ts-mocha": "^6.0.0",
"typescript": "^3.5.3"
},
"scripts": {
"test": "ts-mocha src/**/*.spec.ts",
"pkg": "pkg dist/main.js -t node12-win -o dist-bin/doggoo",
"compile": "node src/build-inc && tsc && npm run pkg"
},
"author": "Cologler",
"license": "GPLv3"
}