-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.12 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
{
"name": "textlint-rule-ja-official-documents",
"repository": {
"type": "git",
"url": "https://github.com/yabuuchi-hiroaki/textlint-rule-ja-official-documents.git"
},
"author": "Hiroaki YABUUCHI",
"email": "yabu.pharm@gmail.com",
"homepage": "https://github.com/yabuuchi-hiroaki/textlint-rule-ja-official-documents/",
"license": "MIT",
"bugs": {
"url": "https://github.com/yabuuchi-hiroaki/textlint-rule-ja-official-documents/issues"
},
"files": [
"src/",
"dict/",
"lib/"
],
"version": "0.0.1",
"description": "公用文校正のためのtextlintルール",
"main": "lib/textlint-rule-ja-official-documents.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-scripts": "^2.1.0"
},
"dependencies": {
"kuromojin": "^1.3.1",
"morpheme-match-textlint": "^2.0.0",
"textlint-rule-prh": "^5.2.1"
}
}