17 lines
298 B
JSON
17 lines
298 B
JSON
{
|
|
"name": "@openclaw/voice-call",
|
|
"version": "2026.1.30",
|
|
"type": "module",
|
|
"description": "OpenClaw voice-call plugin",
|
|
"dependencies": {
|
|
"@sinclair/typebox": "0.34.48",
|
|
"ws": "^8.19.0",
|
|
"zod": "^4.3.6"
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
]
|
|
}
|
|
}
|