-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.1 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
{
"name": "textlint-rule-ja-no-successive-word",
"repository": {
"type": "git",
"url": "https://github.com/textlint-ja/textlint-rule-ja-no-successive-word.git"
},
"author": "azu",
"email": "[email protected]",
"homepage": "https://github.com/textlint-ja/textlint-rule-ja-no-successive-word",
"license": "MIT",
"bugs": {
"url": "https://github.com/textlint-ja/textlint-rule-ja-no-successive-word/issues"
},
"files": [
"src/",
"lib/"
],
"version": "2.0.1",
"description": "同一の単語を間違えて連続しているのを見つけるtextlintルール",
"main": "lib/textlint-rule-ja-no-successive-word.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "textlint-scripts test",
"build": "textlint-scripts build",
"watch": "textlint-scripts build --watch",
"prepublish": "npm run --if-present build"
},
"keywords": [
"redpen",
"textlint",
"textlintrule"
],
"devDependencies": {
"textlint-scripts": "^13.4.1"
},
"dependencies": {
"@textlint/regexp-string-matcher": "^1.1.0",
"kuromojin": "^3.0.0"
}
}