mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2025-06-03 18:06:13 +08:00
18 lines
431 B
JSON
18 lines
431 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": "^2.0.0-beta.36"
|
|
},
|
|
"scripts": {
|
|
"docs:dev": "vuepress dev docs",
|
|
"docs:build": "vuepress build docs"
|
|
}
|
|
}
|