Files
openclaw/extensions/voice-call/package.json
2026-02-03 10:02:01 -08:00

20 lines
355 B
JSON

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