{ "name": "@openclaw/whatsapp", "version": "2026.5.2", "description": "OpenClaw WhatsApp channel plugin", "repository": { "type": "git", "url": "https://github.com/openclaw/openclaw" }, "type": "module", "dependencies": { "@whiskeysockets/baileys": "7.0.0-rc.9", "https-proxy-agent": "^9.0.0", "jimp": "^1.6.1", "typebox": "1.1.37", "undici": "8.1.0" }, "devDependencies": { "@openclaw/plugin-sdk": "workspace:*", "openclaw": "workspace:*" }, "peerDependencies": { "openclaw": ">=2026.5.2" }, "peerDependenciesMeta": { "openclaw": { "optional": true } }, "openclaw": { "extensions": [ "./index.ts" ], "setupEntry": "./setup-entry.ts", "setupFeatures": { "legacyStateMigrations": true, "legacySessionSurfaces": true }, "channel": { "id": "whatsapp", "label": "WhatsApp", "selectionLabel": "WhatsApp (QR link)", "detailLabel": "WhatsApp Web", "docsPath": "/channels/whatsapp", "docsLabel": "whatsapp", "blurb": "works with your own number; recommend a separate phone + eSIM.", "systemImage": "message", "persistedAuthState": { "specifier": "./auth-presence", "exportName": "hasAnyWhatsAppAuth" }, "cliAddOptions": [ { "flags": "--auth-dir ", "description": "WhatsApp auth directory override" } ] }, "install": { "npmSpec": "@openclaw/whatsapp", "defaultChoice": "npm", "minHostVersion": ">=2026.4.25" }, "compat": { "pluginApi": ">=2026.5.2" }, "build": { "openclawVersion": "2026.5.2" }, "release": { "publishToClawHub": true, "publishToNpm": true } } }