2020-06-30 12:10:57 +08:00
{
"name" : "nonebot" ,
"version" : "2.0.0" ,
2020-08-25 11:36:06 +08:00
"description" : "An asynchronous python bot framework." ,
"homepage" : "https://docs.nonebot.dev/" ,
2020-06-30 12:10:57 +08:00
"main" : "index.js" ,
2020-08-26 14:43:27 +08:00
"contributors" : [
{
"name" : "yanyongyu" ,
"email" : "yanyongyu_1@126.com"
}
] ,
2020-08-25 11:36:06 +08:00
"repository" : "https://github.com/nonebot/nonebot/" ,
2020-06-30 12:10:57 +08:00
"bugs" : {
"url" : "https://github.com/nonebot/nonebot/issues"
} ,
"scripts" : {
"dev" : "vuepress dev docs" ,
2020-11-09 12:46:28 +08:00
"build" : "vuepress build docs" ,
2021-04-05 16:35:29 +08:00
"lint" : "npx prettier --config .prettierrc -c docs/**/* !docs/api/**/*" ,
"lint:fix" : "npx prettier --config .prettierrc --write docs/**/* !docs/api/**/*"
2020-06-30 12:10:57 +08:00
} ,
"license" : "MIT" ,
"devDependencies" : {
2020-10-18 01:39:34 +08:00
"@vuepress/plugin-back-to-top" : "^1.7.1" ,
"@vuepress/plugin-medium-zoom" : "^1.7.1" ,
2020-10-19 15:49:18 +08:00
"@vuepress/plugin-pwa" : "^1.7.1" ,
2020-10-18 01:39:34 +08: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 13:12:48 +08:00
} ,
"dependencies" : {
2020-11-01 18:21:31 +08:00
"copy-to-clipboard" : "^3.3.1" ,
"vuetify" : "^2.3.16" ,
2020-09-17 13:12:48 +08:00
"wowjs" : "^1.1.3"
2020-06-30 12:10:57 +08:00
}
}