forked from t4t5u0/latex2e-textlint-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.31 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
30
31
32
33
34
35
36
37
38
{
"name": "late2e-textlint-sample",
"version": "1.0.0",
"description": "LaTeX2e に対して、TextLint を行いたいです",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "textlint writing_space/*/*.tex",
"fix": "textlint --fix writing_space/*/*.tex",
"lint-style": "textlint -f checkstyle writing_space/*/*.tex"
},
"repository": {
"type": "git",
"url": "git+https://github.com/t4t5u0/late2e-textlint-sample.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/t4t5u0/late2e-textlint-sample/issues"
},
"homepage": "https://github.com/t4t5u0/late2e-textlint-sample#readme",
"dependencies": {
"@proofdict/textlint-rule-proofdict": "^3.1.2",
"technical-word-rules": "^1.9.5",
"textlint": "^12.1.0",
"textlint-filter-rule-allowlist": "^4.0.0",
"textlint-filter-rule-comments": "^1.2.2",
"textlint-plugin-latex2e": "^1.1.4",
"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-preset-jtf-style": "^2.3.12",
"textlint-rule-prh": "^5.3.0",
"textlint-rule-spellcheck-tech-word": "^5.0.0",
"textlint-rule-no-mix-dearu-desumasu": "^5.0.0"
}
}