- Move clawdbot to devDependencies (avoid workspace:* in deps per repo guidelines) - Remove unnecessary files (tsconfig.json, .gitignore, package-lock.json) - Update pnpm-lock.yaml with plivo dependencies Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
30 lines
697 B
JSON
30 lines
697 B
JSON
{
|
|
"name": "@clawdbot/plivo",
|
|
"version": "2026.1.25",
|
|
"type": "module",
|
|
"description": "Clawdbot Plivo SMS/MMS channel plugin",
|
|
"clawdbot": {
|
|
"extensions": ["./index.ts"],
|
|
"channel": {
|
|
"id": "plivo",
|
|
"label": "Plivo",
|
|
"selectionLabel": "Plivo SMS",
|
|
"docsPath": "/channels/plivo",
|
|
"docsLabel": "plivo",
|
|
"blurb": "SMS/MMS via Plivo; universal phone access to your AI assistant.",
|
|
"order": 45
|
|
},
|
|
"install": {
|
|
"npmSpec": "@clawdbot/plivo",
|
|
"localPath": "extensions/plivo",
|
|
"defaultChoice": "local"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"plivo": "^4.58.0"
|
|
},
|
|
"devDependencies": {
|
|
"clawdbot": "workspace:*"
|
|
}
|
|
}
|