{
  "name": "koishi-plugin-mai-bridge",
  "version": "0.1.8",
  "description": "将 maibot 作为 docker 托管的消息回复后端运行，使用 mai.ko 桥接消息收发。",
  "author": "Jelly10086 <wow40469600@gmail.com>",
  "contributors": [
    "Jelly10086 <wow40469600@gmail.com>"
  ],
  "homepage": "https://github.com/Jelly10086/mai-bridge#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Jelly10086/mai-bridge.git"
  },
  "bugs": {
    "url": "https://github.com/Jelly10086/mai-bridge/issues"
  },
  "type": "commonjs",
  "main": "out/index.js",
  "typings": "out/index.d.ts",
  "files": [
    "out",
    "dist",
    "client",
    "src",
    "patches",
    "deploy",
    "scripts"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.json && koishi-console build",
    "postinstall": "node scripts/postinstall.js",
    "test": "mocha -r ts-node/register tests/**/*.spec.ts"
  },
  "keywords": [
    "koishi",
    "plugin",
    "category:ai",
    "maimai",
    "mai.ko",
    "chatbot",
    "ai",
    "llm"
  ],
  "license": "GPL-3.0-or-later",
  "koishi": {
    "category": "ai",
    "description": {
      "zh": "将 maibot 作为 docker 托管的消息回复后端运行，使用 mai.ko 桥接消息收发。",
      "en": "Run maibot as a Docker-hosted reply backend and bridge messages through mai.ko."
    },
    "service": {
      "required": [
        "http"
      ],
      "optional": [
        "console"
      ],
      "implements": [
        "maimai"
      ]
    }
  },
  "peerDependencies": {
    "@koishijs/plugin-http": "^0.6.3",
    "koishi": "^4.18.11"
  },
  "devDependencies": {
    "@koishijs/client": "^5.11.0",
    "@koishijs/plugin-console": "^5.11.0",
    "@koishijs/plugin-http": "^0.6.3",
    "@types/mocha": "^9.1.1",
    "@types/node": "^25.0.9",
    "koishi": "^4.18.11",
    "mocha": "^9.2.2",
    "ts-node": "^10.9.2",
    "typescript": "^5.6.2"
  }
}
