-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
29 lines (29 loc) · 998 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
{
"name": "knowledge-base",
"version": "1.0.0",
"description": "Documents, wiki, and lectures",
"main": "index.js",
"repository": "https://github.com/Sakuten/knowledge-base",
"author": "coord.e <me@coord-e.com>",
"license": "MIT",
"private": false,
"devDependencies": {
"@textlint-rule/textlint-rule-no-unmatched-pair": "^1.0.7",
"gitbook-cli": "^2.3.2",
"textlint": "^11.2.3",
"textlint-filter-rule-comments": "^1.2.2",
"textlint-filter-rule-whitelist": "^2.0.0",
"textlint-rule-incremental-headers": "^0.2.0",
"textlint-rule-no-dead-link": "^4.4.1",
"textlint-rule-no-todo": "^2.0.1",
"textlint-rule-prefer-tari-tari": "^1.0.3",
"textlint-rule-preset-ja-spacing": "^2.0.1",
"textlint-rule-preset-ja-technical-writing": "^3.1.2",
"textlint-rule-spellcheck-tech-word": "^5.0.0"
},
"scripts": {
"start": "yarn gitbook serve",
"textlint": "textlint -f pretty-error docs/",
"textlint:fix": "textlint docs/ --fix"
}
}