Files
clawdbot/extensions/voice-call/package.json
2026-01-15 16:47:19 +00:00

15 lines
286 B
JSON

{
"name": "@clawdbot/voice-call",
"version": "2026.1.15",
"type": "module",
"description": "Clawdbot voice-call plugin",
"dependencies": {
"@sinclair/typebox": "0.34.47",
"ws": "^8.19.0",
"zod": "^4.3.5"
},
"clawdbot": {
"extensions": ["./index.ts"]
}
}