2026-01-11 12:11:12 +00:00
|
|
|
{
|
2026-01-12 01:16:39 +00:00
|
|
|
"name": "@clawdbot/voice-call",
|
2026-01-23 22:14:56 +00:00
|
|
|
"version": "2026.1.23",
|
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",
|
2026-01-24 10:30:21 +00:00
|
|
|
"zod": "^4.3.6"
|
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
|
|
|
}
|
|
|
|
|
}
|