-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
52 lines (52 loc) · 1.55 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
45
46
47
48
49
50
51
52
{
"name": "textlint-rule-preset-japanese",
"repository": {
"type": "git",
"url": "git+https://github.com/textlint-ja/textlint-rule-preset-japanese.git"
},
"author": "azu",
"email": "azuciao@gmail.com",
"homepage": "https://github.com/textlint-ja/textlint-rule-preset-japanese",
"license": "MIT",
"bugs": {
"url": "https://github.com/textlint-ja/textlint-rule-preset-japanese/issues"
},
"version": "10.0.4",
"description": "textlint rule preset for japanese.",
"main": "lib/textlint-rule-preset-japanese.js",
"files": [
"lib"
],
"directories": {
"test": "test"
},
"scripts": {
"test": "cd example && yarn install && npm test",
"release": "changeset publish"
},
"keywords": [
"preset",
"rule",
"textlint",
"textlintrule"
],
"dependencies": {
"@textlint-rule/textlint-rule-no-invalid-control-character": "^3.0.0",
"@textlint/module-interop": "^14.0.0",
"textlint-rule-max-ten": "^5.0.0",
"textlint-rule-no-double-negative-ja": "^2.0.1",
"textlint-rule-no-doubled-conjunction": "^3.0.0",
"textlint-rule-no-doubled-conjunctive-particle-ga": "^3.0.0",
"textlint-rule-no-doubled-joshi": "^5.0.0",
"textlint-rule-no-dropping-the-ra": "^3.0.0",
"textlint-rule-no-kangxi-radicals": "^0.2.2",
"textlint-rule-no-mix-dearu-desumasu": "^6.0.0",
"textlint-rule-no-nfd": "^2.0.2",
"textlint-rule-no-zero-width-spaces": "^1.0.1",
"textlint-rule-sentence-length": "^5.0.0"
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
"semver": "^7.5.4"
}
}