-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
38 lines (38 loc) · 869 Bytes
/
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
{
"version": "1.3.0",
"keywords": [
"textlintrule"
],
"main": "lib/index.js",
"files": [
"lib/",
"src/",
"dict/"
],
"scripts": {
"test": "textlint-scripts test",
"build": "textlint-scripts build",
"prepublish": "npm run --if-present build"
},
"devDependencies": {
"eslint": "^6.6.0",
"textlint-scripts": "^1.2.2"
},
"name": "textlint-rule-ja-hiragana-fukushi",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lostandfound/textlint-rule-ja-hiragana-fukushi.git"
},
"author": "Hiroshi Takase",
"license": "MIT",
"description": "Check easy-to-read Fukushi(adverbs) written in Hiragana than Kanji.",
"dependencies": {
"js-yaml": "^3.8.2",
"kuromojin": "^2.1.1",
"morpheme-match-all": "^1.1.0",
"untildify": "^4.0.0"
}
}