nonebot-bison/package.json
2021-06-28 18:21:26 +08:00

18 lines
436 B
JSON

{
"name": "nonebot-hk-reporter-docs",
"version": "1.0.0",
"description": "Docs for nonebot-hk-reporter",
"main": "index.js",
"repository": "git@github.com:felinae98/nonebot-hk-reporter.git",
"author": "felinae98 <731499577@qq.com>",
"license": "MIT",
"private": false,
"devDependencies": {
"vuepress": "^1.8.2"
},
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
}
}