-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 983 Bytes
/
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
{
"name": "daigirin-2024-2",
"version": "1.0.0",
"main": "index.js",
"repository": "[email protected]:yumemi-inc/daigirin-2024-2.git",
"author": "YUMEMI Inc",
"license": "MIT",
"scripts": {
"lint": "textlint ./book/manuscripts/",
"start": "run-s build open",
"build": "cd ./book/ && vivliostyle build",
"build:press": "cd ./book/ && vivliostyle build --preflight press-ready-local --preflight-option gray-scale --style ./theme/theme-press.css --output ./output/press.pdf",
"open": "open ./book/output/ebook.pdf",
"clean": "rm -rf ./book/output/"
},
"devDependencies": {
"@vivliostyle/cli": "^8.14.1",
"npm-run-all2": "^6.0.0",
"textlint": "^14.0.0",
"textlint-filter-rule-comments": "^1.2.2",
"textlint-rule-preset-ja-spacing": "^2.3.0",
"textlint-rule-preset-ja-technical-writing": "^10.0.0",
"textlint-rule-prh": "^6.0.0",
"textlint-rule-spellcheck-tech-word": "^5.0.0"
},
"packageManager": "[email protected]"
}