forked from 07JP27/zenn-content
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.06 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
{
"name": "zenn-content",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"upload": "open https://zenn.dev/dashboard/uploader",
"help": "open https://zenn.dev/zenn/articles/markdown-guide; open https://zenn.dev/zenn/articles/zenn-cli-guide",
"preview": "npx zenn preview",
"lint": "npx textlint articles/**/**.md",
"books-lint": "npx textlint books/**/**.md"
},
"repository": {
"type": "git",
"url": "git+https://github.com/07JP27/zenn-content.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/07JP27/zenn-content/issues"
},
"homepage": "https://github.com/07JP27/zenn-content#readme",
"dependencies": {
"textlint-filter-rule-allowlist": "^4.0.0",
"zenn-cli": "^0.1.154"
},
"devDependencies": {
"textlint": "^12.1.1",
"textlint-filter-rule-comments": "^1.2.2",
"textlint-rule-preset-ja-spacing": "^2.2.0",
"textlint-rule-preset-ja-technical-writing": "^7.0.0"
}
}