-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 1.24 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
{
"name": "qiita-content",
"private": true,
"version": "1.0.0",
"description": "Content for Qiita by Oishi Takanori (Public)",
"scripts": {
"lint": "pnpm run f --check && pnpm run m && pnpm run t:cache",
"lint:fix": "pnpm run f --write && pnpm run m --fix && pnpm run t --fix && pnpm run t:cache",
"t": "textlint ./public/**/*.md",
"t:cache": "textlint --cache ./public/**/*.md",
"m": "markdownlint-cli2 ./public/**/*.md",
"f": "prettier --cache ./public/**/*.md",
"postinstall": "husky",
"preinstall": "npx only-allow pnpm"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bicstone/qiita-content.git"
},
"author": "Oishi Takanori",
"license": "CC0-1.0",
"homepage": "https://github.com/bicstone/qiita-content#readme",
"dependencies": {
"@proofdict/textlint-rule-proofdict": "3.1.2",
"@qiita/qiita-cli": "1.6.1",
"husky": "9.1.7",
"markdownlint": "0.36.1",
"markdownlint-cli2": "0.15.0",
"prettier": "3.4.2",
"textlint": "14.4.0",
"textlint-filter-rule-comments": "1.2.2",
"textlint-rule-preset-ja-spacing": "2.4.3",
"textlint-rule-preset-ja-technical-writing": "12.0.2"
},
"volta": {
"node": "22.12.0"
},
"packageManager": "[email protected]"
}