-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1013 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
39
40
{
"name": "textlint-rule-no-double-negative-ja",
"repository": {
"type": "git",
"url": "git+https://github.com/textlint-ja/textlint-rule-no-double-negative-ja.git"
},
"author": "azu",
"email": "[email protected]",
"homepage": "https://github.com/textlint-ja/textlint-rule-no-double-negative-ja",
"license": "MIT",
"bugs": {
"url": "https://github.com/textlint-ja/textlint-rule-no-double-negative-ja/issues"
},
"version": "2.0.1",
"description": "二重否定をチェックするtextlint rule",
"main": "lib/no-doubled-negative-ja.js",
"files": [
"lib",
"src"
],
"directories": {
"test": "test"
},
"scripts": {
"build": "textlint-scripts build",
"watch": "textlint-scripts build --watch",
"prepublish": "npm run --if-present build",
"test": "textlint-scripts test"
},
"keywords": [
"textlint",
"textlintrule"
],
"devDependencies": {
"textlint-scripts": "^3.0.0"
},
"dependencies": {
"kuromojin": "^3.0.0"
}
}