{ "name": "@ynhcj/xiaoyi", "version": "2.5.6", "description": "XiaoYi channel plugin for OpenClaw", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "prepublishOnly": "npm run build" }, "keywords": [ "openclaw", "openclaw-plugin", "xiaoyi", "channel" ], "author": "ynhcj", "license": "MIT", "openclaw": { "extensions": ["xiaoyi.js"], "channels": ["xiaoyi"], "installDependencies": true, "install": { "npmSpec": "@ynhcj/xiaoyi@latest", "localPath": ".", "defaultChoice": "npm" }, "channel": { "id": "xiaoyi", "label": "XiaoYi", "selectionLabel": "XiaoYi (小艺)", "docsPath": "/channels/xiaoyi", "docsLabel": "xiaoyi", "blurb": "小艺 A2A 协议支持,通过 WebSocket 连接。", "order": 80, "aliases": ["xy"] } }, "peerDependencies": { "openclaw": "*" }, "peerDependenciesMeta": { "openclaw": { "optional": true } }, "dependencies": { "ws": "^8.16.0", "zod": "^3.22.4" }, "devDependencies": { "@types/node": "^20.11.0", "@types/ws": "^8.5.10", "openclaw": "^2026.2.24", "typescript": "^5.3.3" }, "files": [ "dist", "xiaoyi.js", "openclaw.plugin.json", "README.md" ] }