{
  "name": "@love19861018/wecom-openclaw-plugin",
  "version": "2026.4.22",
  "type": "module",
  "main": "dist/index.cjs.js",
  "module": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "skills",
    "openclaw.plugin.json",
    "README.md"
  ],
  "scripts": {
    "build": "rollup -c && node obfuscate.cjs",
    "dev": "rollup -c -w",
    "obfuscate": "node obfuscate.cjs",
    "test": "vitest run",
    "clean": "if exist dist rmdir /s /q dist",
    "prebuild": "npm run clean",
    "release": "node scripts/publish-all.mjs",
    "release:dry": "node scripts/publish-all.mjs --dry-run",
    "publish:release": "npm run clean && npm run build && npm publish"
  },
  "keywords": [
    "wecom",
    "openclaw",
    "wecom-openclaw-plugin"
  ],
  "author": "",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/WecomTeam/wecom-openclaw-plugin.git"
  },
  "homepage": "https://github.com/WecomTeam/wecom-openclaw-plugin#readme",
  "bugs": {
    "url": "https://github.com/WecomTeam/wecom-openclaw-plugin/issues"
  },
  "description": "OpenClaw WeCom (企业微信) channel plugin (official by Tencent WeCom team)",
  "openclaw": {
    "extensions": [
      "./dist/index.esm.js"
    ],
    "channel": {
      "id": "wecom",
      "label": "企业微信",
      "selectionLabel": "企业微信 (WeCom)",
      "docsPath": "/channels/wecom",
      "docsLabel": "wecom-openclaw-plugin",
      "blurb": "企业微信机器人接入插件",
      "order": 80,
      "quickstartAllowFrom": true
    },
    "install": {
      "npmSpec": "@wecom/wecom-openclaw-plugin",
      "localPath": "extensions/wecom-openclaw-plugin",
      "defaultChoice": "npm"
    }
  },
  "dependencies": {
    "@wecom/aibot-node-sdk": "^1.0.6",
    "fast-xml-parser": "^5.5.9",
    "file-type": "^21.3.0",
    "undici": "^7.24.6",
    "zod": "^4.3.6"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^25.0.7",
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-node-resolve": "^15.2.3",
    "@rollup/plugin-typescript": "^11.1.6",
    "@types/node": "^25.2.0",
    "javascript-obfuscator": "^4.2.2",
    "openclaw": ">=2026.3.28",
    "rollup": "^4.9.6",
    "rollup-plugin-dts": "^6.1.0",
    "tslib": "^2.6.2",
    "typescript": "^5.3.3",
    "vitest": "^4.1.1"
  }
}
