-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.43 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
46
47
48
49
50
{
"name": "textlint-rule-preset-ja-engineering-paper",
"description": "textlint rule preset for Japanese academic papers of enginering",
"version": "1.0.4",
"keywords": [
"textlint",
"textlintrule",
"japanese"
],
"main": "lib/index.js",
"files": [
"lib",
"src"
],
"scripts": {
"test": "textlint-scripts test",
"build": "textlint-scripts build",
"prepublish": "npm run --if-present build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kn1cht/textlint-rule-preset-ja-engineering-paper"
},
"author": "kn1cht",
"license": "MIT",
"email": "[email protected]",
"homepage": "https://github.com/kn1cht/textlint-rule-preset-ja-engineering-paper",
"bugs": {
"url": "https://github.com/kn1cht/textlint-rule-preset-ja-engineering-paper/issues"
},
"directories": {
"test": "test"
},
"devDependencies": {
"textlint-scripts": "^12.3.1"
},
"dependencies": {
"@textlint-ja/textlint-rule-no-synonyms": "^1.1.0",
"@textlint/module-interop": "^1.1.4",
"match-index": "^1.0.3",
"regx": "^1.0.4",
"sudachi-synonyms-dictionary": "^6.0.0",
"textlint-rule-helper": "^2.1.1",
"textlint-rule-ja-hiragana-fukushi": "^1.2.0",
"textlint-rule-ja-hiragana-hojodoushi": "^1.0.4",
"textlint-rule-ja-hiragana-keishikimeishi": "^1.0.2",
"textlint-rule-prh": "^5.3.0",
"textlint-rule-use-si-units": "^1.0.1"
}
}