koishi-plugin-manager-all
Version:
一个功能完整的 Koishi 群管机器人插件,支持白名单管理、关键词过滤和消息监控
33 lines (32 loc) • 711 B
JSON
{
"name": "koishi-plugin-manager-all",
"description": "一个功能完整的 Koishi 群管机器人插件,支持白名单管理、关键词过滤和消息监控",
"version": "2.3.2",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib",
"dist"
],
"license": "MIT",
"keywords": [
"koishi",
"koishi-plugin",
"chatbot",
"群管",
"群管理",
"白名单",
"关键词过滤",
"消息监控",
"onebot",
"qq-bot"
],
"peerDependencies": {
"koishi": "^4.18.7"
},
"koishi": {
"description": {
"zh": "一个功能完整的群管机器人插件,支持白名单管理、关键词过滤和消息监控"
}
}
}