17 lines
302 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",
2026-01-28 01:35:58 +01:00
"version": "2026.1.27-beta.1",
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
}
}