Files
openclaw/extensions/voice-call/package.json
Onur Solmaz d41c9ad4cb Release: add plugin npm publish workflow (#47678)
* Release: add plugin npm publish workflow

* Release: make plugin publish scope explicit
2026-03-18 13:44:23 +01:00

21 lines
377 B
JSON

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