nonebot2/package.json

38 lines
1.1 KiB
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",
2020-11-09 04:46:28 +00:00
"build": "vuepress build docs",
"lint": "npx prettier -c docs/**/* !docs/api/**/*",
"lint:fix": "npx prettier --write docs/**/* !docs/api/**/*"
2020-06-30 04:10:57 +00:00
},
"license": "MIT",
"devDependencies": {
2020-10-17 17:39:34 +00:00
"@vuepress/plugin-back-to-top": "^1.7.1",
"@vuepress/plugin-medium-zoom": "^1.7.1",
"@vuepress/plugin-pwa": "^1.7.1",
2020-10-17 17:39:34 +00:00
"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"
2020-09-17 05:12:48 +00:00
},
"dependencies": {
2020-11-01 10:21:31 +00:00
"copy-to-clipboard": "^3.3.1",
"vuetify": "^2.3.16",
2020-09-17 05:12:48 +00:00
"wowjs": "^1.1.3"
2020-06-30 04:10:57 +00:00
}
}