mirror of
https://github.com/moltbot/moltbot.git
synced 2026-03-09 15:35:17 +00:00
18 lines
325 B
JSON
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"
|
|
]
|
|
}
|
|
}
|