Files
openclaw/extensions/voice-call/package.json
2026-02-20 00:02:53 +01:00

20 lines
356 B
JSON

{
"name": "@openclaw/voice-call",
"version": "2026.2.20",
"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"
]
}
}