{
  "name": "koishi-plugin-adapter-onebot",
  "version": "6.9.3",
  "description": "OneBot Adapter for Koishi",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "files": [
    "lib"
  ],
  "contributors": [
    "Shigma <shigma10826@gmail.com>"
  ],
  "license": "MIT",
  "homepage": "https://github.com/koishijs/koishi-plugin-adapter-onebot",
  "repository": {
    "type": "git",
    "url": "https://github.com/koishijs/koishi-plugin-adapter-onebot.git"
  },
  "bugs": {
    "url": "https://github.com/koishijs/koishi-plugin-adapter-onebot/issues"
  },
  "keywords": [
    "bot",
    "chatbot",
    "koishi",
    "plugin",
    "adapter",
    "onebot",
    "im",
    "chat"
  ],
  "koishi": {
    "description": {
      "en": "OneBot Adapter for Koishi",
      "zh": "OneBot 适配器"
    },
    "service": {
      "implements": [
        "adapter"
      ]
    }
  },
  "scripts": {
    "build": "atsc -b",
    "lint": "eslint --ext=ts --cache"
  },
  "devDependencies": {
    "@cordisjs/eslint-config": "^1.1.1",
    "@koishijs/plugin-server": "^3.2.9",
    "@types/node": "^25.3.5",
    "atsc": "^2.1.0",
    "esbuild": "^0.27.3",
    "esbuild-register": "^3.6.0",
    "eslint": "^8.57.0",
    "koishi": "^4.18.6",
    "typescript": "^5.9.3",
    "yml-register": "^1.2.5"
  },
  "peerDependencies": {
    "koishi": "^4.18.6"
  },
  "dependencies": {
    "qface": "^1.4.1"
  }
}
