{
  "name": "clawdbot-popo-plugin",
  "version": "0.1.2",
  "type": "module",
  "description": "OpenClaw POPO channel plugin",
  "license": "MIT",
  "files": [
    "index.ts",
    "src",
    "skills",
    "openclaw.plugin.json"
  ],
  "author": {
    "name": "Hengheng Shen",
    "email": "1048157315@qq.com"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/m1heng/clawdbot-feishu.git"
  },
  "keywords": [
    "openclaw",
    "popo",
    "netease",
    "chatbot",
    "ai",
    "claude"
  ],
  "clawdbot": {
    "extensions": [
      "./index.ts"
    ],
    "channel": {
      "id": "popo",
      "label": "POPO",
      "selectionLabel": "POPO (网易)",
      "docsPath": "/channels/popo",
      "docsLabel": "popo",
      "blurb": "POPO enterprise messaging.",
      "aliases": [],
      "order": 80
    },
    "install": {
      "npmSpec": "clawdbot-popo-plugin",
      "localPath": ".",
      "defaultChoice": "npm"
    }
  },
  "dependencies": {
    "@sinclair/typebox": "^0.34.48",
    "zod": "^4.3.6"
  },
  "devDependencies": {
    "@types/node": "^25.0.10",
    "openclaw": "2026.1.29",
    "tsx": "^4.21.0",
    "typescript": "^5.7.0"
  },
  "peerDependencies": {
    "openclaw": ">=2026.1.29"
  }
}
