-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
42 lines (42 loc) · 1.11 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
{
"directories": {
"test": "test"
},
"author": "azu",
"license": "MIT",
"files": [
"bin/",
"lib/",
"src/"
],
"name": "@textlint-ja/textlint-rule-no-insert-dropping-sa",
"version": "2.0.1",
"description": "サ抜き、サ入れ表現の誤用をチェックするtextlintルール",
"main": "lib/textlint-rule-no-insert-dropping-sa.js",
"scripts": {
"test": "textlint-scripts test",
"prepublish": "npm run --if-present build",
"build": "textlint-scripts build",
"watch": "textlint-scripts build --watch"
},
"keywords": [
"textlintrule"
],
"repository": {
"type": "git",
"url": "https://github.com/textlint-ja/textlint-rule-no-insert-dropping-sa.git"
},
"bugs": {
"url": "https://github.com/textlint-ja/textlint-rule-no-insert-dropping-sa/issues"
},
"homepage": "https://github.com/textlint-ja/textlint-rule-no-insert-dropping-sa",
"devDependencies": {
"textlint-scripts": "^13.4.1",
"textlint-tester": "^12.0.0"
},
"dependencies": {
"array-find-index": "^1.0.2",
"kuromojin": "^3.0.0",
"morpheme-match-all": "^2.0.5"
}
}