-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
45 lines (45 loc) · 1.13 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
{
"name": "textlint-rule-no-hankaku-kana",
"repository": {
"type": "git",
"url": "https://github.com/textlint-ja/textlint-rule-no-hankaku-kana.git"
},
"author": "azu",
"email": "[email protected]",
"homepage": "https://github.com/textlint-ja/textlint-rule-no-hankaku-kana",
"license": "MIT",
"bugs": {
"url": "https://github.com/textlint-ja/textlint-rule-no-hankaku-kana/issues"
},
"files": [
"src/",
"lib/"
],
"version": "2.0.1",
"description": "textlint rule that disallow to use 半角カタカナ.",
"main": "lib/textlint-rule-no-hankaku-kana.js",
"directories": {
"test": "test"
},
"keywords": [
"japanese",
"textlint",
"textlintrule"
],
"scripts": {
"test": "textlint-scripts test",
"build": "textlint-scripts build",
"watch": "textlint-scripts build --watch",
"prepublish": "npm run --if-present build"
},
"devDependencies": {
"@textlint/types": "^13.3.1",
"textlint-scripts": "^13.3.1",
"typescript": "^4.9.5"
},
"dependencies": {
"textlint-rule-helper": "^2.3.0",
"textlint-tester": "^13.3.1"
},
"packageManager": "[email protected]"
}