mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2025-06-05 11:26:43 +08:00
20 lines
492 B
JSON
20 lines
492 B
JSON
{
|
|
"name": "nonebot-bison-docs",
|
|
"version": "1.0.0",
|
|
"description": "Docs for nonebot-bison",
|
|
"main": "index.js",
|
|
"repository": "git@github.com:felinae98/nonebot-bison-docs.git",
|
|
"author": "felinae98 <731499577@qq.com>",
|
|
"license": "MIT",
|
|
"private": false,
|
|
"devDependencies": {
|
|
"@vuepress/client": "2.0.0-beta.66",
|
|
"vue": "^3.3.4",
|
|
"vuepress": "2.0.0-beta.66"
|
|
},
|
|
"scripts": {
|
|
"docs:dev": "vuepress dev docs",
|
|
"docs:build": "vuepress build docs"
|
|
}
|
|
}
|