-
Notifications
You must be signed in to change notification settings - Fork 46
/
package.json
49 lines (49 loc) · 1.19 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
{
"name": "coc-zh",
"version": "0.1.0",
"description": "克苏鲁小说 中译版合集",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"serve": "gitbook serve",
"build": "gitbook build",
"build:pdf": "gitbook pdf . ./coc-zh.pdf",
"fetch": "ts-node tools/fetch.ts",
"convert": "ts-node tools/convert.ts",
"fix": "ts-node tools/filter-footmark.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jokester/coc-zh.git"
},
"keywords": [
"HPLovecraft",
"coc",
"novel"
],
"author": [
"Wang Guan <momocraft@gmail.com>"
],
"license": "UNLICENSED",
"private": true,
"bugs": {
"url": "https://github.com/jokester/coc-zh/issues"
},
"homepage": "https://github.com/jokester/coc-zh#readme",
"dependencies": {
"gitbook-cli": "^2.3.0",
"gitbook-plugin-github": "^2.0.0",
"ts-node": "^1.6.0",
"typescript": "^2.0.3"
},
"devDependencies": {
"@types/cheerio": "^0.17.31",
"@types/q": "^1.0.0",
"@types/request": "0.0.32",
"cheerio": "^0.22.0",
"libtidy": "^0.3.2",
"q": "^1.5.0",
"request": "^2.76.0",
"to-markdown": "^3.0.3"
}
}