{
  "name": "@zhin.js/adapter-napcat",
  "version": "7.0.5",
  "description": "Zhin.js NapCat adapter for Plugin Runtime (WebSocket client, OneBot11 + NapCat extensions)",
  "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",
    "agent",
    "README.md",
    "CHANGELOG.md"
  ],
  "keywords": [
    "zhin",
    "zhin.js",
    "bot",
    "adapter",
    "napcat",
    "napneko",
    "onebot",
    "onebot11",
    "qq",
    "chatbot"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/zhinjs/zhin",
    "directory": "plugins/adapters/napcat"
  },
  "dependencies": {
    "ws": "^8.21.1",
    "@zhin.js/adapter": "1.2.1",
    "@zhin.js/core": "1.5.15",
    "@zhin.js/feature-kit": "1.0.13",
    "@zhin.js/host-http": "1.0.15",
    "@zhin.js/im-contract": "1.0.4",
    "@zhin.js/logger": "1.0.77",
    "@zhin.js/permission": "1.0.4"
  },
  "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/agent": "1.1.20",
    "@zhin.js/host-http": "1.0.15",
    "zhin.js": "6.0.15"
  },
  "peerDependencies": {
    "zod": "^4.0.0",
    "@zhin.js/adapter": "1.2.1",
    "@zhin.js/agent": "1.1.20",
    "@zhin.js/command": "1.0.16",
    "@zhin.js/core": "1.5.15",
    "zhin.js": "6.0.15"
  },
  "peerDependenciesMeta": {
    "@zhin.js/agent": {
      "optional": true
    },
    "@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"
      }
    ],
    "plugins": []
  },
  "scripts": {
    "build": "tsc",
    "clean": "rimraf lib",
    "test": "NODE_OPTIONS=--experimental-strip-types vitest run --root ../../.. plugins/adapters/napcat/tests"
  }
}