2026-01-18 03:17:30 +00:00
|
|
|
{
|
2026-01-30 03:15:10 +01:00
|
|
|
"name": "@openclaw/bluebubbles",
|
2026-03-13 01:37:52 +00:00
|
|
|
"version": "2026.3.12",
|
2026-01-30 03:15:10 +01:00
|
|
|
"description": "OpenClaw BlueBubbles channel plugin",
|
2026-01-31 21:13:13 +09:00
|
|
|
"type": "module",
|
2026-03-03 05:33:03 +00:00
|
|
|
"dependencies": {
|
|
|
|
|
"zod": "^4.3.6"
|
|
|
|
|
},
|
2026-01-30 03:15:10 +01:00
|
|
|
"openclaw": {
|
2026-01-21 07:36:32 +00:00
|
|
|
"extensions": [
|
|
|
|
|
"./index.ts"
|
|
|
|
|
],
|
2026-01-20 11:11:42 +00:00
|
|
|
"channel": {
|
|
|
|
|
"id": "bluebubbles",
|
|
|
|
|
"label": "BlueBubbles",
|
|
|
|
|
"selectionLabel": "BlueBubbles (macOS app)",
|
2026-01-20 11:49:31 +00:00
|
|
|
"detailLabel": "BlueBubbles",
|
2026-01-20 11:11:42 +00:00
|
|
|
"docsPath": "/channels/bluebubbles",
|
|
|
|
|
"docsLabel": "bluebubbles",
|
|
|
|
|
"blurb": "iMessage via the BlueBubbles mac app + REST API.",
|
2026-01-20 11:49:31 +00:00
|
|
|
"aliases": [
|
|
|
|
|
"bb"
|
|
|
|
|
],
|
|
|
|
|
"preferOver": [
|
|
|
|
|
"imessage"
|
|
|
|
|
],
|
|
|
|
|
"systemImage": "bubble.left.and.text.bubble.right",
|
2026-01-20 11:11:42 +00:00
|
|
|
"order": 75
|
|
|
|
|
},
|
|
|
|
|
"install": {
|
2026-01-30 03:15:10 +01:00
|
|
|
"npmSpec": "@openclaw/bluebubbles",
|
2026-01-20 11:11:42 +00:00
|
|
|
"localPath": "extensions/bluebubbles",
|
|
|
|
|
"defaultChoice": "npm"
|
|
|
|
|
}
|
2026-01-18 03:17:30 +00:00
|
|
|
}
|
|
|
|
|
}
|