{
  "name": "@zhin.js/adapter-onebot11",
  "version": "1.1.4",
  "description": "Zhin.js OneBot 11 adapter for Plugin Runtime (WebSocket client)",
  "type": "module",
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "exports": {
    ".": {
      "types": "./lib/index.d.ts",
      "development": "./src/index.ts",
      "import": "./lib/index.js"
    }
  },
  "files": [
    "adapters",
    "commands",
    "plugin.js",
    "schema.json",
    "src",
    "lib",
    "tools",
    "agents",
    "README.md",
    "CHANGELOG.md",
    "PERMITS.md"
  ],
  "keywords": [
    "zhin",
    "zhin.js",
    "bot",
    "adapter",
    "onebot",
    "onebot11",
    "qq",
    "chatbot"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/zhinjs/zhin",
    "directory": "plugins/adapters/onebot11"
  },
  "dependencies": {
    "@imhelper/onebot-v11": "1.0.7",
    "imhelper": "1.0.7",
    "ws": "^8.21.1",
    "@zhin.js/adapter": "1.1.15",
    "@zhin.js/agent-feature": "1.1.2",
    "@zhin.js/core": "1.1.39",
    "@zhin.js/feature-kit": "1.1.2",
    "@zhin.js/host-http": "1.1.2",
    "@zhin.js/im-contract": "1.1.2",
    "@zhin.js/logger": "1.1.1",
    "@zhin.js/permission": "1.1.3",
    "@zhin.js/skill": "1.1.2",
    "@zhin.js/tool": "1.1.2"
  },
  "devDependencies": {
    "@types/node": "^26.1.2",
    "@types/ws": "^8.18.1",
    "typescript": "^6.0.3",
    "vitest": "^4.1.10",
    "zod": "^4.4.3",
    "@zhin.js/host-http": "1.1.2",
    "zhin.js": "1.1.4"
  },
  "peerDependencies": {
    "zod": "^4.0.0",
    "@zhin.js/adapter": "^1.1.15",
    "@zhin.js/command": "^1.1.3",
    "@zhin.js/core": "^1.1.39",
    "zhin.js": "^1.1.4"
  },
  "peerDependenciesMeta": {
    "@zhin.js/command": {
      "optional": true
    },
    "zhin.js": {
      "optional": true
    },
    "zod": {
      "optional": true
    }
  },
  "author": {
    "name": "lc-cn",
    "email": "admin@liucl.cn",
    "url": "https://github.com/lc-cn"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "engines": {
    "node": "^20.19.0 || >=22.12.0"
  },
  "zhin": {
    "protocol": 1,
    "type": "plugin",
    "entry": "./plugin.js",
    "engine": "^1.0.0",
    "runtime": "trusted",
    "features": [
      {
        "package": "@zhin.js/adapter",
        "api": "^1.0.0"
      },
      {
        "package": "@zhin.js/command",
        "api": "^1.0.0"
      },
      {
        "package": "@zhin.js/tool",
        "api": "^1.0.0"
      },
      {
        "package": "@zhin.js/skill",
        "api": "^1.0.0"
      },
      {
        "package": "@zhin.js/agent-feature",
        "api": "^1.0.0"
      }
    ],
    "plugins": []
  },
  "scripts": {
    "build": "tsc",
    "clean": "rimraf lib",
    "test": "NODE_OPTIONS=--experimental-strip-types vitest run --root ../../.. plugins/adapters/onebot11/tests"
  }
}