Files
moltbot/extensions/voice-call/package.json
2026-03-08 05:59:04 +00:00

18 lines
325 B
JSON

{
"name": "@openclaw/voice-call",
"version": "2026.3.8",
"description": "OpenClaw voice-call plugin",
"type": "module",
"dependencies": {
"@sinclair/typebox": "0.34.48",
"commander": "^14.0.3",
"ws": "^8.19.0",
"zod": "^4.3.6"
},
"openclaw": {
"extensions": [
"./index.ts"
]
}
}