-
Notifications
You must be signed in to change notification settings - Fork 85
/
Copy pathpackage.json
29 lines (29 loc) · 1.06 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
{
"name": "unchain-projects",
"version": "1.0.0",
"main": "README.md",
"repository": "https://github.com/unchain-dev/UNCHAIN-projects.git",
"author": "SHØ <[email protected]> (https://akxra.art/)",
"scripts": {
"textlint:check": "textlint docs/*/ja/**/*.md --ignore-path .textlintignore",
"textlint:fix": "textlint --fix docs/*/ja/**/*.md --ignore-path .textlintignore",
"prepare": "simple-git-hooks"
},
"simple-git-hooks": {
"pre-commit": "npx lint-staged"
},
"devDependencies": {
"lint-staged": "^12.3.7",
"simple-git-hooks": "^2.7.0",
"textlint": "^12.1.1",
"textlint-filter-rule-allowlist": "^4.0.0",
"textlint-filter-rule-comments": "^1.2.2",
"textlint-rule-ja-no-mixed-period": "^2.1.1",
"textlint-rule-no-mixed-zenkaku-and-hankaku-alphabet": "^1.0.1",
"textlint-rule-preset-ja-spacing": "^2.3.0",
"textlint-rule-preset-ja-technical-writing": "^7.0.0",
"textlint-rule-preset-japanese": "^7.0.0",
"textlint-rule-prh": "^5.3.0",
"textlint-rule-spellcheck-tech-word": "^5.0.0"
}
}