koishi-plugin-interactive
Version:
多功能互动型QQ机器人插件,支持猜数字、每日签到、幸运抽奖、积分商店、排行榜、成就系统、个人资料、随机互动、将军系统、修仙系统、每日提醒等功能
54 lines (53 loc) • 1.73 kB
JSON
{
"name": "koishi-plugin-interactive",
"version": "1.4.4",
"homepage": "https://github.com/aynuzbh/koishi-plugin-interactive",
"repository": "https://github.com/aynuzbh/koishi-plugin-interactive.git",
"description": "多功能互动型QQ机器人插件,支持猜数字、每日签到、幸运抽奖、积分商店、排行榜、成就系统、个人资料、随机互动、将军系统、修仙系统、每日提醒等功能",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib",
"README.md",
"tsconfig.json"
],
"scripts": {
"build": "tsc"
},
"keywords": [
"koishi",
"qqbot",
"interactive",
"game",
"plugin"
],
"author": "aynuzbh",
"license": "MIT",
"peerDependencies": {
"koishi": "^4.11.2"
},
"devDependencies": {
"@types/accepts": "^1.3.7",
"@types/body-parser": "^1.19.6",
"@types/connect": "^3.4.38",
"@types/content-disposition": "^0.5.9",
"@types/cookies": "^0.9.1",
"@types/express": "^5.0.3",
"@types/express-serve-static-core": "^5.0.6",
"@types/formidable": "^3.4.5",
"@types/http-assert": "^1.5.6",
"@types/http-errors": "^2.0.5",
"@types/keygrip": "^1.0.6",
"@types/koa": "^2.15.0",
"@types/koa__router": "^12.0.4",
"@types/koa-compose": "^3.2.8",
"@types/mime": "^3.0.4",
"@types/node": "^24.0.10",
"@types/qs": "^6.14.0",
"@types/range-parser": "^1.2.7",
"@types/send": "^0.17.5",
"@types/serve-static": "^1.15.8",
"@types/ws": "^8.18.1",
"typescript": "^5.8.3"
}
}