Newer
Older
WeComCompanyPlugin / package.json
{
    "name": "@sunnoy/wecom",
    "version": "1.2.1",
    "description": "Enterprise WeChat AI Bot channel plugin for OpenClaw",
    "type": "module",
    "main": "index.js",
    "files": [
        "index.js",
        "crypto.js",
        "dynamic-agent.js",
        "image-processor.js",
        "logger.js",
        "README.md",
        "README_ZH.md",
        "LICENSE",
        "CONTRIBUTING.md",
        "stream-manager.js",
        "utils.js",
        "webhook.js",
        "openclaw.plugin.json"
    ],
    "peerDependencies": {
        "openclaw": "*"
    },
    "scripts": {
        "test": "node --test tests/*.test.js"
    },
    "openclaw": {
        "extensions": [
            "./index.js"
        ],
        "channel": {
            "id": "wecom",
            "label": "Enterprise WeChat",
            "selectionLabel": "Enterprise WeChat (AI Bot)",
            "docsPath": "/channels/wecom",
            "docsLabel": "wecom",
            "blurb": "Support for Enterprise WeChat (WeCom) AI Bot integration",
            "order": 90,
            "aliases": [
                "wecom",
                "wework"
            ]
        },
        "install": {
            "defaultChoice": "npm",
            "npmSpec": "@sunnoy/wecom"
        }
    },
    "keywords": [
        "openclaw",
        "wecom",
        "enterprise-wechat",
        "chat",
        "plugin"
    ],
    "author": "",
    "license": "ISC"
}