17 lines
298 B
JSON
Raw Permalink Normal View History

2026-01-11 12:11:12 +00:00
{
2026-01-12 01:16:39 +00:00
"name": "@clawdbot/voice-call",
"version": "2026.1.16",
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": {
2026-01-17 10:49:49 +00:00
"extensions": [
"./index.ts"
]
2026-01-11 12:11:12 +00:00
}
}