forked from unchain-tech/UNCHAIN-projects
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 949 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": "unchain-projects",
"version": "1.0.0",
"main": "README.md",
"repository": "https://github.com/shiftbase-xyz/UNCHAIN-projects.git",
"scripts": {
"textlint:check": "textlint docs/**/*.md --cache --ignore-path .textlintignore",
"textlint:fix": "textlint --fix docs/**/*.md --cache --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-preset-ja-spacing": "^2.2.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"
}
}