-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 813 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 813 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
{
"name": "korosuke613-zenn",
"description": "Zennの記事を管理する",
"keywords": [],
"author": "Futa Hirakoba <[email protected]> (https://korosuke613.github.io/)",
"scripts": {
"start": "zenn preview --port 8808",
"lint:renovate-config-validator": "renovate-config-validator"
},
"packageManager": "[email protected]",
"devDependencies": {
"@proofdict/textlint-rule-proofdict": "3.1.2",
"prh": "6.0.2",
"renovate": "43.40.0",
"textlint": "15.5.2",
"textlint-filter-rule-allowlist": "4.0.0",
"textlint-filter-rule-comments": "1.2.2",
"textlint-rule-preset-ja-spacing": "2.4.3",
"textlint-rule-preset-ja-technical-writing": "10.0.2",
"textlint-rule-prh": "6.1.0",
"textlint-rule-spellcheck-tech-word": "5.0.0",
"zenn-cli": "0.4.5"
}
}