nonebot2/package.json

33 lines
822 B
JSON
Raw Normal View History

2020-06-30 04:10:57 +00:00
{
"name": "nonebot",
"version": "2.0.0",
"description": "An asynchronous QQ bot framework.",
"homepage": "https://nonebot.cqp.moe/",
"main": "index.js",
2020-08-24 10:11:19 +00:00
"contributors": [{
2020-06-30 04:10:57 +00:00
"name": "Richard Chien",
"email": "richardchienthebest@gmail.com"
},
{
"name": "yanyongyu",
"email": "yanyongyu_1@126.com"
}
],
"repository": "https://github.com/nonebot/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.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
}
}