mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-20 14:30:57 +00:00
24 lines
598 B
JSON
24 lines
598 B
JSON
{
|
|
"name": "@openclaw/whatsapp",
|
|
"version": "2026.3.14",
|
|
"private": true,
|
|
"description": "OpenClaw WhatsApp channel plugin",
|
|
"type": "module",
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
],
|
|
"setupEntry": "./setup-entry.ts",
|
|
"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"
|
|
}
|
|
}
|
|
}
|