-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.6 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
39
40
41
42
43
44
{
"name": "thesislint",
"version": "1.0.0",
"description": "![](./ss.png)",
"main": "index.js",
"dependencies": {
"textlint": "^13.3.1",
"textlint-rule-general-novel-style-ja": "^1.3.0",
"textlint-rule-ja-hiragana-fukushi": "^1.1.0",
"textlint-rule-ja-hiragana-hojodoushi": "^1.0.4",
"textlint-rule-ja-hiragana-keishikimeishi": "^1.0.2",
"textlint-rule-ja-no-abusage": "^1.2.2",
"textlint-rule-ja-no-mixed-period": "^2.1.1",
"textlint-rule-ja-no-redundant-expression": "^2.0.0",
"textlint-rule-max-ten": "^2.0.3",
"textlint-rule-no-double-negative-ja": "^1.0.5",
"textlint-rule-no-doubled-conjunction": "^1.0.2",
"textlint-rule-no-doubled-conjunctive-particle-ga": "^1.1.0",
"textlint-rule-no-doubled-joshi": "^3.5.3",
"textlint-rule-no-dropping-the-ra": "^1.1.2",
"textlint-rule-no-mix-dearu-desumasu": "^3.0.3",
"textlint-rule-no-mixed-zenkaku-and-hankaku-alphabet": "^1.0.1",
"textlint-rule-preset-ja-engineering-paper": "^0.1.0",
"textlint-rule-preset-ja-spacing": "^2.0.1",
"textlint-rule-preset-ja-technical-writing": "^3.1.3",
"textlint-rule-preset-japanese": "^4.0.4",
"textlint-rule-preset-jtf-style": "^2.3.4",
"textlint-rule-spellcheck-tech-word": "^5.0.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/0x0c/thesislint.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/0x0c/thesislint/issues"
},
"homepage": "https://github.com/0x0c/thesislint#readme"
}