-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
86 lines (86 loc) · 3.16 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"version": "1.32.1",
"keywords": [
"textlint",
"textlintrule",
"smarthr"
],
"main": "lib/index.js",
"files": [
"lib",
"src",
"dict"
],
"homepage": "https://github.com/kufu/textlint-rule-preset-smarthr#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/kufu/textlint-rule-preset-smarthr.git"
},
"engines": {
"pnpm": "=9.15.1"
},
"scripts": {
"example": "cd example && pnpm it",
"test:textlint-scripts": "textlint-scripts test",
"test:dict": "textlint --config test/.textlintrc README.md",
"test": "pnpm run test:dict && pnpm run test:textlint-scripts",
"build": "textlint-scripts build",
"prepublishOnly": "pnpm run --if-present build",
"release": "standard-version",
"release:dryrun": "standard-version --dry-run"
},
"devDependencies": {
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@textlint/types": "^14.4.0",
"@types/js-yaml": "^4.0.9",
"@types/node": "^18.19.68",
"fs": "^0.0.1-security",
"husky": "^9.1.7",
"js-yaml": "^4.1.0",
"prettier": "^3.4.2",
"standard-version": "^9.3.2",
"textlint": "^14.4.0",
"textlint-scripts": "^14.4.0",
"textlint-tester": "^14.4.0",
"ts-node": "^10.9.2",
"typescript": "^5.7.2"
},
"dependencies": {
"@textlint-rule/textlint-rule-no-unmatched-pair": "^2.0.4",
"@textlint/module-interop": "^14.4.0",
"textlint-rule-ja-hiragana-daimeishi": "^1.0.0",
"textlint-rule-ja-hiragana-hojodoushi": "^1.1.0",
"textlint-rule-ja-keishikimeishi": "^1.0.5",
"textlint-rule-ja-nakaguro-or-halfwidth-space-between-katakana": "^2.4.3",
"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-space-around-parentheses": "^2.4.2",
"textlint-rule-ja-no-space-between-full-width": "^2.4.2",
"textlint-rule-ja-space-after-exclamation": "^2.4.2",
"textlint-rule-ja-space-after-question": "^2.4.2",
"textlint-rule-ja-space-around-code": "^2.4.2",
"textlint-rule-ja-space-between-half-and-full-width": "^2.4.2",
"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-hankaku-kana": "^2.0.1",
"textlint-rule-no-mix-dearu-desumasu": "^6.0.3",
"textlint-rule-no-mixed-zenkaku-and-hankaku-alphabet": "^1.0.1",
"textlint-rule-no-nfd": "^2.0.2",
"textlint-rule-prh": "^6.0.0",
"textlint-rule-sentence-length": "^5.2.0"
},
"name": "textlint-rule-preset-smarthr",
"directories": {
"test": "test"
},
"author": "SmartHR textlint Team",
"license": "MIT",
"description": "SmartHRらしい文書を書くための、textlintルールプリセットを提供します。",
"packageManager": "[email protected]+sha512.1acb565e6193efbebda772702950469150cf12bcc764262e7587e71d19dc98a423dff9536e57ea44c49bdf790ff694e83c27be5faa23d67e0c033b583be4bfcf"
}