-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 2.55 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
{
"name": "zenn-docs",
"version": "1.0.0",
"description": "zenn-docs",
"main": "README.md",
"scripts": {
"lint": "textlint -c ./config/.textlintrc . && markdownlint -c ./config/.markdownlint.jsonc *.md **/*.md"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ryo-funaba/zenn-docs.git"
},
"keywords": [],
"author": "Ryo Funaba (https://github.com/ryo-funaba)",
"license": "ISC",
"bugs": {
"url": "https://github.com/ryo-funaba/zenn-docs/issues"
},
"homepage": "https://github.com/ryo-funaba/zenn-docs#readme",
"devDependencies": {
"@proofdict/textlint-rule-proofdict": "3.1.2",
"@textlint-ja/textlint-rule-no-dropping-i": "2.0.1",
"@textlint-ja/textlint-rule-no-insert-dropping-sa": "2.0.1",
"@textlint-rule/textlint-rule-no-unmatched-pair": "2.0.4",
"markdownlint-cli": "0.42.0",
"textlint": "14.3.0",
"textlint-filter-rule-comments": "1.2.2",
"textlint-rule-apostrophe": "2.0.0",
"textlint-rule-doubled-spaces": "1.0.2",
"textlint-rule-ja-hiragana-hojodoushi": "1.1.0",
"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-around-link": "2.4.2",
"textlint-rule-ja-space-between-half-and-full-width": "2.4.2",
"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-mixed-zenkaku-and-hankaku-alphabet": "1.0.1",
"textlint-rule-no-nfd": "2.0.2",
"textlint-rule-period-in-list-item": "1.0.1",
"textlint-rule-prefer-tari-tari": "1.0.3",
"textlint-rule-rousseau": "1.4.8",
"textlint-rule-sentence-length": "5.2.0",
"textlint-rule-spellcheck-tech-word": "5.0.0",
"textlint-rule-terminology": "5.2.12",
"textlint-rule-use-si-units": "2.0.0",
"zenn-cli": "0.1.158"
}
}