-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.19 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
{
"name": "zenn",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "textlint --cache ./[!node_modules]*/**.md",
"preview": "zenn preview"
},
"engines": {
"node": ">= 16.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tooppoo/zenn-docs.git"
},
"author": "philomagi <[email protected]>",
"license": "CC-BY-ND-4.0",
"bugs": {
"url": "https://github.com/tooppoo/zenn-docs/issues"
},
"homepage": "https://github.com/tooppoo/zenn-docs#readme",
"devDependencies": {
"dotenv": "16.4.7",
"js-yaml": "4.1.0",
"npm": "8.19.4",
"pino": "8.21.0",
"prh-rules": "prh/rules",
"textlint": "12.6.1",
"textlint-filter-rule-allowlist": "4.0.0",
"textlint-rule-footnote-order": "1.0.3",
"textlint-rule-ja-no-abusage": "3.0.0",
"textlint-rule-ja-no-mixed-period": "2.1.3",
"textlint-rule-no-double-negative-ja": "2.0.1",
"textlint-rule-no-doubled-conjunction": "2.0.4",
"textlint-rule-no-doubled-joshi": "4.1.0",
"textlint-rule-no-mix-dearu-desumasu": "5.0.0",
"textlint-rule-period-in-list-item": "0.3.3",
"textlint-rule-prh": "5.3.0",
"zenn-cli": "0.1.158"
}
}