-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
57 lines (57 loc) · 1.75 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
{
"name": "novel-builder",
"version": "0.4.5",
"description": "Web小説執筆補助ツール",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"novel-build": "./bin/novel-build.js",
"novel-build-alphapolis": "./bin/novel-build-alphapolis.js",
"novel-build-hameln": "./bin/novel-build-hameln.js",
"novel-build-kakuyomu": "./bin/novel-build-kakuyomu.js",
"novel-build-narou": "./bin/novel-build-narou.js",
"novel-build-note": "./bin/novel-build-note.js",
"novel-build-novelabo": "./bin/novel-build-novelabo.js",
"novel-png": "./bin/novel-png.js",
"novel-png-square": "./bin/novel-png-square.js",
"novel-png-paperback": "./bin/novel-png-paperback.js",
"novel-png-note-header": "./bin/novel-png-note-header.js",
"novel-png-twitter-header": "./bin/novel-png-twitter-header.js",
"novel-proofread": "./bin/novel-proofread.js",
"novel-publish": "./bin/novel-publish.js",
"novel-publish-horizontal": "./bin/novel-publish-horizontal.js",
"novel-publish-vertical": "./bin/novel-publish-vertical.js",
"novel-report": "./bin/novel-report.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/8amjp/novel-builder.git"
},
"author": "8amjp",
"license": "MIT",
"bugs": {
"url": "https://github.com/8amjp/novel-builder/issues"
},
"homepage": "https://github.com/8amjp/novel-builder#readme",
"keywords": [
"novel",
"epub",
"writing",
"book",
"小説"
],
"dependencies": {
"archiver": "^3.0.0",
"fs-extra": "^7.0.1",
"jp-wrap": "^0.2.2",
"kansuji": "^1.1.0",
"markdown-it": "^8.4.2",
"mustache": "^3.0.1",
"puppeteer": "^1.15.0"
}
}