mirror of
https://fastgit.cc/github.com/openclaw/openclaw
synced 2026-04-30 22:12:32 +08:00
42 lines
794 B
JSON
42 lines
794 B
JSON
{
|
|
"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
|
|
}
|
|
}
|
|
}
|