-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
32 lines (32 loc) · 947 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
28
29
30
31
32
{
"repository": {
"type": "git",
"url": "[email protected]:KengoTODA/what-is-maven.git"
},
"license": "Apache-2.0",
"homepage": "https://maven3.kengo-toda.jp/",
"bugs": "https://github.com/KengoTODA/what-is-maven/issues",
"author": {
"name": "Kengo TODA",
"url": "https://www.kengo-toda.jp/"
},
"scripts": {
"test": "honkit build",
"epub": "honkit epub ./ ./what-is-maven.epub",
"mobi": "honkit mobi ./ ./what-is-maven.mobi",
"pdf": "honkit pdf ./ ./what-is-maven.pdf",
"pretest": "textlint '!(node_modules)/*.md'"
},
"devDependencies": {
"gitbook-plugin-ga": "^1.0.0",
"honkit": "^3.7.1",
"textlint": "^12.2.1",
"textlint-filter-rule-comments": "^1.2.2",
"textlint-rule-no-start-duplicated-conjunction": "^2.0.2",
"textlint-rule-preset-ja-technical-writing": "^7.0.0",
"textlint-rule-spellcheck-tech-word": "^5.0.0"
},
"engines": {
"node": "^16.13.0"
}
}