-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 875 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
35
{
"name": "speed-spec",
"version": "1.0.0",
"description": "",
"private": true,
"scripts": {
"init": "pnpm install",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/XSUV/speed-spec.git"
},
"bugs": {
"url": "https://github.com/XSUV/speed-spec/issues"
},
"homepage": "https://github.com/XSUV/speed-spec",
"commitlint": {
"extends": [
"speed"
]
},
"devDependencies": {
"@commitlint/cli": "^17.7.2",
"commitlint-config-speed": "link:packages/commitlint-config-speed",
"stylelint-config-speed": "link:packages/stylelint-config-speed",
"husky": "^8.0.3",
"markdown-it": "^14.1.0",
"stylelint": "^16.0.0",
"vitepress": "^1.1.3"
}
}