17 lines
295 B
JSON
Raw Normal View History

2026-01-11 12:11:12 +00:00
{
2026-01-27 09:10:21 +00:00
"name": "@moltbot/voice-call",
"version": "2026.1.26",
2026-01-11 12:11:12 +00:00
"type": "module",
"description": "Moltbot 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
},
"moltbot": {
2026-01-17 10:49:49 +00:00
"extensions": [
"./index.ts"
]
2026-01-11 12:11:12 +00:00
}
}