-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.09 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-rule-ja-unnatural-alphabet",
"version": "2.0.1",
"description": "不自然なアルファベットを検知するtextlintルール",
"main": "lib/textlint-rule-ja-unnatural-alphabet.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-ja-unnatural-alphabet.git"
},
"bugs": {
"url": "https://github.com/textlint-ja/textlint-rule-ja-unnatural-alphabet/issues"
},
"homepage": "https://github.com/textlint-ja/textlint-rule-ja-unnatural-alphabet",
"devDependencies": {
"textlint-scripts": "^12.2.3",
"textlint-tester": "^12.2.3"
},
"dependencies": {
"@textlint/regexp-string-matcher": "^2.0.2",
"match-index": "^1.0.3",
"regx": "^1.0.4"
}
}