-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
67 lines (67 loc) · 2.48 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "textlint-rule-preset-ja-technical-writing",
"version": "12.0.2",
"description": "技術文書向けのtextlintルールプリセット",
"keywords": [
"textlint",
"preset"
],
"homepage": "https://github.com/textlint-ja/textlint-rule-preset-ja-technical-writing",
"bugs": {
"url": "https://github.com/textlint-ja/textlint-rule-preset-ja-technical-writing/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/textlint-ja/textlint-rule-preset-ja-technical-writing.git"
},
"license": "MIT",
"author": "azu",
"files": [
"src/",
"lib/"
],
"main": "lib/textlint-rule-preset-ja-technical-writing.js",
"directories": {
"test": "test"
},
"scripts": {
"docs:toc": "markdown-toc -i README.md",
"release": "changeset publish",
"test": "mocha test/ && npm run test:example",
"test:example": "cd example && npm ci && npm test"
},
"dependencies": {
"@textlint-rule/textlint-rule-no-invalid-control-character": "^3.0.0",
"@textlint-rule/textlint-rule-no-unmatched-pair": "^2.0.4",
"@textlint/module-interop": "^14.6.0",
"textlint-rule-ja-no-abusage": "^3.0.0",
"textlint-rule-ja-no-mixed-period": "^3.0.1",
"textlint-rule-ja-no-redundant-expression": "^4.0.1",
"textlint-rule-ja-no-successive-word": "^2.0.1",
"textlint-rule-ja-no-weak-phrase": "^2.0.0",
"textlint-rule-ja-unnatural-alphabet": "2.0.1",
"textlint-rule-max-comma": "^4.0.0",
"textlint-rule-max-kanji-continuous-len": "^1.1.1",
"textlint-rule-max-ten": "^5.0.0",
"textlint-rule-no-double-negative-ja": "^2.0.1",
"textlint-rule-no-doubled-conjunction": "^3.0.0",
"textlint-rule-no-doubled-conjunctive-particle-ga": "^3.0.0",
"textlint-rule-no-doubled-joshi": "^5.1.0",
"textlint-rule-no-dropping-the-ra": "^3.0.0",
"textlint-rule-no-exclamation-question-mark": "^1.1.0",
"textlint-rule-no-hankaku-kana": "^2.0.1",
"textlint-rule-no-mix-dearu-desumasu": "^6.0.4",
"textlint-rule-no-nfd": "^2.0.2",
"textlint-rule-no-zero-width-spaces": "^1.0.1",
"textlint-rule-preset-jtf-style": "^3.0.2",
"textlint-rule-sentence-length": "^5.2.0"
},
"devDependencies": {
"@changesets/cli": "^2.29.2",
"markdown-toc": "^1.2.0",
"mocha": "^11.1.0",
"semver": "^7.7.1"
},
"email": "[email protected]",
"packageManager": "[email protected]+sha512.96eb611483f49c55f7fa74df61b588de9e213f80a256728e6798ddc67176c7b07e4a1cfc7de8922422cbce02543714367037536955221fa451b0c4fefaf20c66"
}