-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 837 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
28
29
30
31
32
33
34
35
36
37
38
{
"version": "0.0.5",
"keywords": [
"textlintrule",
"japanese",
"textlint",
"kanji"
],
"main": "lib/readable-kanji-balance-ja.js",
"files": [
"lib/",
"src/"
],
"scripts": {
"test": "textlint-scripts test",
"build": "textlint-scripts build",
"prepare": "npm run --if-present build"
},
"devDependencies": {
"textlint-scripts": "^1.4.2"
},
"name": "textlint-rule-readable-kanji-balance-ja",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/guruguruman/textlint-rule-readable-kanji-balance-ja.git"
},
"author": "Tomoyuki Kato",
"license": "ISC",
"description": "",
"dependencies": {
"sentence-splitter": "^3.0.10",
"textlint-rule-helper": "^2.0.0",
"textlint-util-to-string": "^2.1.1"
}
}