15 lines
286 B
JSON
Raw Normal View History

2026-01-11 12:11:12 +00:00
{
2026-01-12 01:16:39 +00:00
"name": "@clawdbot/voice-call",
2026-01-15 16:47:19 +00:00
"version": "2026.1.15",
2026-01-11 12:11:12 +00:00
"type": "module",
2026-01-12 21:40:22 +00:00
"description": "Clawdbot voice-call plugin",
2026-01-11 12:11:12 +00:00
"dependencies": {
2026-01-12 21:40:22 +00:00
"@sinclair/typebox": "0.34.47",
"ws": "^8.19.0",
"zod": "^4.3.5"
2026-01-11 12:11:12 +00:00
},
"clawdbot": {
"extensions": ["./index.ts"]
}
}