{
  "name": "@zhin.js/adapter-milky",
  "version": "3.0.0",
  "description": "Zhin.js adapter for Milky protocol",
  "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": [
    "src",
    "lib",
    "client",
    "dist",
    "skills",
    "plugin.yml",
    "README.md"
  ],
  "keywords": [
    "zhin",
    "zhin.js",
    "bot",
    "adapter",
    "milky",
    "qq",
    "chatbot"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/zhinjs/zhin",
    "directory": "plugins/adapters/milky"
  },
  "dependencies": {
    "eventsource": "^2.0.2",
    "ws": "^8.21.0"
  },
  "devDependencies": {
    "@types/eventsource": "^1.1.15",
    "@types/node": "^25.9.2",
    "@types/ws": "^8.18.1",
    "typescript": "^6.0.3",
    "@zhin.js/cli": "1.0.91",
    "@zhin.js/client": "2.0.3",
    "@zhin.js/host-router": "2.0.1",
    "zhin.js": "4.1.0"
  },
  "peerDependencies": {
    "@zhin.js/host-router": "2.0.1",
    "zhin.js": "4.1.0"
  },
  "peerDependenciesMeta": {
    "@zhin.js/host-router": {
      "optional": true
    }
  },
  "author": {
    "name": "lc-cn",
    "email": "admin@liucl.cn",
    "url": "https://github.com/lc-cn"
  },
  "engines": {
    "node": "^20.19.0 || >=22.12.0"
  },
  "scripts": {
    "build": "zhin build",
    "clean": "rimraf lib"
  }
}