-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
47 lines (47 loc) · 1.17 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
{
"name": "textlint-rule-ja-no-abusage",
"repository": {
"type": "git",
"url": "https://github.com/textlint-ja/textlint-rule-ja-no-abusage.git"
},
"author": "azu",
"email": "azuciao@gmail.com",
"homepage": "https://github.com/textlint-ja/textlint-rule-ja-no-abusage",
"license": "MIT",
"bugs": {
"url": "https://github.com/textlint-ja/textlint-rule-ja-no-abusage/issues"
},
"files": [
"src/",
"dict/",
"lib/"
],
"version": "3.0.0",
"description": "よくある誤用をチェックするtextlintルール",
"main": "lib/textlint-rule-ja-no-abusage.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": [
"textlint",
"textlintrule"
],
"devDependencies": {
"@textlint/types": "^1.5.4",
"@types/node": "^14.14.41",
"textlint-scripts": "^3.0.0",
"ts-node": "^9.1.1",
"typescript": "^4.2.4"
},
"dependencies": {
"kuromojin": "^3.0.0",
"morpheme-match-textlint": "^2.0.6",
"textlint-rule-prh": "^5.3.0"
}
}