Files
openclaw/extensions/sms/package.json

51 lines
1.2 KiB
JSON

{
"name": "@openclaw/sms",
"version": "2026.6.9",
"description": "OpenClaw SMS channel plugin for Twilio text messages.",
"repository": {
"type": "git",
"url": "https://github.com/openclaw/openclaw"
},
"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.9"
},
"build": {
"openclawVersion": "2026.6.9",
"bundledDist": false
},
"install": {
"clawhubSpec": "clawhub:@openclaw/sms",
"npmSpec": "@openclaw/sms",
"defaultChoice": "npm",
"minHostVersion": ">=2026.6.9",
"allowInvalidConfigRecovery": true
},
"release": {
"publishToClawHub": true,
"publishToNpm": true
}
}
}