{ "name": "@openclaw/voice-call", "version": "2026.4.25", "description": "OpenClaw voice-call plugin", "type": "module", "dependencies": { "commander": "^14.0.3", "typebox": "1.1.34", "ws": "^8.20.0" }, "devDependencies": { "@openclaw/plugin-sdk": "workspace:*", "openclaw": "workspace:*" }, "peerDependencies": { "openclaw": ">=2026.4.25" }, "peerDependenciesMeta": { "openclaw": { "optional": true } }, "openclaw": { "extensions": [ "./index.ts" ], "install": { "minHostVersion": ">=2026.4.10" }, "compat": { "pluginApi": ">=2026.4.25" }, "build": { "openclawVersion": "2026.4.25" }, "release": { "publishToClawHub": true, "publishToNpm": true } } }