koishi-plugin-batchkick
Version:
批量踢人插件,支持通过QQ群管理接口批量踢出群成员
35 lines (34 loc) • 622 B
JSON
{
"name": "koishi-plugin-batchkick",
"version": "1.0.5",
"description": "批量踢人插件,支持通过QQ群管理接口批量踢出群成员",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib",
"dist"
],
"license": "MIT",
"keywords": [
"chatbot",
"koishi",
"plugin",
"group",
"kick",
"batch"
],
"scripts": {
"build": "tsc",
"dev": "tsc --watch"
},
"peerDependencies": {
"koishi": "^4.15.0"
},
"dependencies": {
"axios": "^1.6.0"
},
"devDependencies": {
"@types/node": "^18.0.0",
"typescript": "^5.0.0"
}
}