forked from kufu/textlint-rule-preset-smarthr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
85 lines (85 loc) · 3.09 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
{
"version": "1.11.3",
"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"
},
"scripts": {
"example": "cd example && npm it",
"test:textlint-scripts": "textlint-scripts test",
"test:dict": "textlint --config test/.textlintrc README.md",
"test": "npm run test:dict && npm run test:textlint-scripts",
"build": "textlint-scripts build",
"prepublishOnly": "npm run --if-present build",
"release": "standard-version",
"release:dryrun": "standard-version --dry-run",
"export:airtable": "ts-node ./scripts/export-airtable-rules.ts"
},
"devDependencies": {
"@commitlint/cli": "^16.2.1",
"@commitlint/config-conventional": "^16.2.1",
"@textlint/types": "^12.1.0",
"@types/js-yaml": "^4.0.5",
"@types/node": "^15.14.9",
"airtable": "^0.11.1",
"dotenv": "^16.0.0",
"fs": "^0.0.1-security",
"husky": "^7.0.4",
"js-yaml": "^4.1.0",
"prettier": "^2.5.1",
"standard-version": "^9.3.2",
"textlint-scripts": "^12.1.0",
"textlint-tester": "^12.1.0",
"ts-node": "^10.5.0",
"typescript": "^4.5.5"
},
"dependencies": {
"@textlint-rule/textlint-rule-no-unmatched-pair": "^1.0.8",
"@textlint/module-interop": "^12.1.0",
"textlint-rule-ja-hiragana-daimeishi": "^1.0.0",
"textlint-rule-ja-hiragana-fukushi": "^1.3.0",
"textlint-rule-ja-hiragana-hojodoushi": "^1.0.4",
"textlint-rule-ja-keishikimeishi": "^1.0.3",
"textlint-rule-ja-nakaguro-or-halfwidth-space-between-katakana": "^2.2.0",
"textlint-rule-ja-no-abusage": "^3.0.0",
"textlint-rule-ja-no-mixed-period": "^2.1.1",
"textlint-rule-ja-no-redundant-expression": "^4.0.0",
"textlint-rule-ja-no-space-around-parentheses": "^2.2.0",
"textlint-rule-ja-no-space-between-full-width": "^2.2.0",
"textlint-rule-ja-space-after-exclamation": "^2.2.0",
"textlint-rule-ja-space-after-question": "^2.2.0",
"textlint-rule-ja-space-around-code": "^2.2.0",
"textlint-rule-ja-space-between-half-and-full-width": "^2.2.0",
"textlint-rule-max-ten": "^4.0.3",
"textlint-rule-no-double-negative-ja": "^2.0.1",
"textlint-rule-no-doubled-conjunction": "^2.0.2",
"textlint-rule-no-doubled-conjunctive-particle-ga": "^2.0.4",
"textlint-rule-no-doubled-joshi": "^4.0.1",
"textlint-rule-no-dropping-the-ra": "^3.0.0",
"textlint-rule-no-hankaku-kana": "^1.0.2",
"textlint-rule-no-mix-dearu-desumasu": "^5.0.0",
"textlint-rule-no-mixed-zenkaku-and-hankaku-alphabet": "^1.0.1",
"textlint-rule-no-nfd": "^1.0.2",
"textlint-rule-prh": "^5.3.0",
"textlint-rule-sentence-length": "^3.0.0"
},
"name": "textlint-rule-preset-smarthr",
"directories": {
"test": "test"
},
"author": "SmartHR textlint Team",
"license": "MIT",
"description": "SmartHRらしい文書を書くための、textlintルールプリセットを提供します。"
}