generated from waicode/zenn-content-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 955 Bytes
/
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
{
"name": "zenn-content-boilerplate",
"version": "1.0.0",
"private": true,
"description": "Zenn content boilerplate",
"scripts": {
"preview": "zenn preview",
"article": "zenn new:article",
"book": "zenn new:book",
"update": "yarn add -D zenn-cli@latest",
"lint:markdown": "markdownlint-cli2 \"**/*.md\"",
"lint:text": "textlint \"**/*.md\"",
"lint:prettier": "prettier --ignore-path .prettierignore --check .",
"lint:cspell": "cspell \"**\" .",
"prepare": "husky install"
},
"devDependencies": {
"cspell": "^6.12.0",
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"markdownlint-cli2": "^0.5.1",
"prettier": "^2.7.1",
"textlint": "^12.2.2",
"textlint-filter-rule-comments": "^1.2.2",
"textlint-rule-preset-ja-spacing": "^2.2.0",
"textlint-rule-preset-ja-technical-writing": "^7.0.0",
"textlint-rule-prh": "^5.3.0",
"zenn-cli": "^0.1.150"
},
"license": "MIT"
}