kumarabhirup e62035968c
Merge remote-tracking branch 'upstream/main' into dench-workspace
Co-authored-by: Cursor <cursoragent@cursor.com>

# Conflicts:
#	extensions/feishu/package.json
#	package.json
#	pnpm-lock.yaml
#	src/agents/pi-embedded-subscribe.ts
#	src/gateway/server-startup.ts
#	src/security/audit-extra.ts
#	src/telegram/bot-message-context.ts
2026-02-12 01:58:58 -08:00

20 lines
356 B
JSON

{
"name": "@openclaw/voice-call",
"version": "2026.2.10",
"description": "OpenClaw voice-call plugin",
"type": "module",
"dependencies": {
"@sinclair/typebox": "0.34.48",
"ws": "^8.19.0",
"zod": "^4.3.6"
},
"devDependencies": {
"ironclaw": "workspace:*"
},
"openclaw": {
"extensions": [
"./index.ts"
]
}
}