Files
openclaw/extensions/sms/package.json
2026-06-01 10:30:15 +01:00

40 lines
887 B
JSON

{
"name": "@openclaw/sms",
"version": "2026.6.1",
"description": "OpenClaw SMS channel plugin for Twilio text messages.",
"repository": {
"type": "git",
"url": "https://github.com/openclaw/openclaw"
},
"private": true,
"type": "module",
"dependencies": {
"zod": "4.4.3"
},
"devDependencies": {
"@openclaw/plugin-sdk": "workspace:*"
},
"openclaw": {
"extensions": [
"./index.ts"
],
"channel": {
"id": "sms",
"label": "SMS",
"selectionLabel": "SMS (Twilio)",
"detailLabel": "Twilio SMS",
"docsPath": "/channels/sms",
"docsLabel": "sms",
"blurb": "Twilio-backed SMS with inbound webhooks and outbound replies.",
"order": 88,
"quickstartAllowFrom": true
},
"compat": {
"pluginApi": ">=2026.6.1"
},
"build": {
"openclawVersion": "2026.6.1"
}
}
}