-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 944 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 944 Bytes
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
{
"name": "waic-wg4-tools",
"version": "2.0.0",
"description": "WAIC WG4 翻訳作業支援ツール集",
"type": "module",
"bin": "./cli.mjs",
"scripts": {
"lint": "node ./tools/textlint/cli.mjs",
"check-transitions": "node ./tools/check-transitions/cli.mjs",
"test": "node ./tools/textlint/cli.mjs ./test"
},
"engines": {
"node": ">=22.5.0"
},
"keywords": [
"waic",
"wcag",
"textlint",
"translation"
],
"author": "p_craft",
"license": "ISC",
"dependencies": {
"@textlint-ja/textlint-rule-morpheme-match": "^2.0.0",
"@textlint-ja/textlint-rule-no-synonyms": "^1.3.0",
"sudachi-synonyms-dictionary": "^14.0.0",
"textlint": "^14.3.0",
"textlint-plugin-html": "^1.0.1",
"textlint-rule-ja-hiragana-hojodoushi": "^1.1.0",
"textlint-rule-no-mix-dearu-desumasu": "^6.0.3",
"textlint-rule-preset-ja-spacing": "^2.4.3",
"textlint-rule-prh": "^6.0.0"
}
}