-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 881 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
{
"name": "qqbotsdk-docs",
"version": "0.0.0",
"description": "PHPQQBot框架文档",
"main": "index.js",
"scripts": {
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs",
"format": "prettier --write --cache docs/**/*.md docs/**/*.ts docs/**/*.mts",
"format:check": "prettier --check docs/**/*.md docs/**/*.ts docs/**/*.mts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/QQBotSDK/Docs.git"
},
"author": "CoolPlayLin <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/QQBotSDK/Docs/issues"
},
"homepage": "https://github.com/QQBotSDK/Docs#readme",
"devDependencies": {
"@types/node": "^20.14.11",
"prettier": "^3.3.3",
"vitepress": "1.4.1"
},
"dependencies": {
"vue": "^3.4.34"
}
}