koishi-plugin-hellomorning
Version:
让你的bot每天定时打招呼/暖心话/新闻,或者更多!
54 lines • 1.03 kB
JSON
{
"name": "koishi-plugin-hellomorning",
"description": "让你的bot每天定时打招呼/暖心话/新闻,或者更多!",
"version": "1.3.3",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"contributors": [
"LingLambda <abc1514671906@163.com>"
],
"files": [
"lib",
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/LingLambda/koishi-plugin-hellomorning.git"
},
"license": "MIT",
"keywords": [
"chatbot",
"koishi",
"plugin",
"timer",
"hitokoto",
"news",
"定时",
"一言",
"新闻",
"日历",
"早晨",
"你好"
],
"devDependencies": {
"@koishijs/client": "^5.0.0"
},
"peerDependencies": {
"@koishijs/plugin-console": "^5.0.0",
"koishi": "^4.0.0"
},
"service": {
"required": [
"cron",
"database",
"markdown"
],
"optional": [
"rainbow"
]
},
"dependencies": {
"koishi-plugin-cron": "^3.0.0",
"koishi-plugin-markdown": "^1.1"
}
}