mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-24 00:55:07 +08:00
38 lines
1.1 KiB
JSON
38 lines
1.1 KiB
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",
|
|
"lint": "npx prettier --config .prettierrc -c docs/**/* !docs/api/**/*",
|
|
"lint:fix": "npx prettier --config .prettierrc --write docs/**/* !docs/api/**/*"
|
|
},
|
|
"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": {
|
|
"copy-to-clipboard": "^3.3.1",
|
|
"vuetify": "^2.3.16",
|
|
"wowjs": "^1.1.3"
|
|
}
|
|
}
|