nonebot2/package.json
2020-10-19 17:49:04 +08:00

35 lines
950 B
JSON

{
"name": "nonebot",
"version": "2.0.0",
"description": "An asynchronous python bot framework.",
"homepage": "https://docs.nonebot.dev/",
"main": "index.js",
"contributors": [
{
"name": "yanyongyu",
"email": "yanyongyu_1@126.com"
}
],
"repository": "https://github.com/nonebot/nonebot/",
"bugs": {
"url": "https://github.com/nonebot/nonebot/issues"
},
"scripts": {
"dev": "vuepress dev docs",
"build": "vuepress build docs"
},
"license": "MIT",
"devDependencies": {
"@vuepress/plugin-back-to-top": "^1.7.1",
"@vuepress/plugin-medium-zoom": "^1.7.1",
"@vuepress/plugin-pwa": "^1.7.1",
"vuepress": "^1.7.1",
"vuepress-plugin-versioning": "git+https://github.com/nonebot/vuepress-plugin-versioning.git",
"vuepress-theme-nonebot": "git+https://github.com/nonebot/vuepress-theme-nonebot.git"
},
"dependencies": {
"vuetify": "^2.3.14",
"wowjs": "^1.1.3"
}
}