mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-24 00:55:07 +08:00
34 lines
807 B
JSON
34 lines
807 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.5.4",
|
|
"@vuepress/plugin-medium-zoom": "^1.5.4",
|
|
"vuepress": "^1.5.4",
|
|
"vuepress-plugin-versioning": "^4.5.0",
|
|
"vuepress-theme-titanium": "^4.5.1"
|
|
},
|
|
"dependencies": {
|
|
"vuetify": "^2.3.10",
|
|
"wowjs": "^1.1.3"
|
|
}
|
|
}
|