-
Notifications
You must be signed in to change notification settings - Fork 247
/
package.json
34 lines (34 loc) · 899 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
32
33
34
{
"name": "cloudwego",
"version": "0.0.1",
"description": "Hugo theme for technical documentation.",
"main": "none.js",
"scripts": {
"dev": "hugo server -D",
"postinstall": "simple-git-hooks",
"format": "node scripts/format/index.mjs"
},
"simple-git-hooks": {
"pre-commit": "npm run format"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cloudwego/clouwego.github.io.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/cloudwego/cloudwego.github.io/issues"
},
"homepage": "https://github.com/cloudwego/cloudwego.github.io#readme",
"devDependencies": {
"autoprefixer": "^10.4.0",
"postcss": "^8.4.27",
"postcss-cli": "^10.1.0",
"autocorrect-node": "^2.8.2",
"chalk": "^5.3.0",
"jsonc-parser": "^3.2.0",
"markdownlint": "^0.29.0",
"simple-git-hooks": "^2.9.0"
}
}