nonebot2/package.json

30 lines
734 B
JSON
Raw Normal View History

2020-06-30 04:10:57 +00:00
{
"name": "nonebot",
"version": "2.0.0",
2020-08-25 03:36:06 +00:00
"description": "An asynchronous python bot framework.",
"homepage": "https://docs.nonebot.dev/",
2020-06-30 04:10:57 +00:00
"main": "index.js",
2020-08-26 06:43:27 +00:00
"contributors": [
{
"name": "yanyongyu",
"email": "yanyongyu_1@126.com"
}
],
2020-08-25 03:36:06 +00:00
"repository": "https://github.com/nonebot/nonebot/",
2020-06-30 04:10:57 +00:00
"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.3.1",
2020-08-23 09:03:59 +00:00
"@vuepress/plugin-medium-zoom": "^1.3.1",
"vuepress": "^1.3.1",
"vuepress-plugin-versioning": "^4.5.0",
"vuepress-theme-titanium": "^4.5.1"
2020-06-30 04:10:57 +00:00
}
}