mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-23 16:01:17 +00:00
* fix(plugins): enforce min host versions * fix(plugins): tighten min host version validation * chore(plugins): trim dead min host version code * fix(plugins): handle malformed min host metadata * fix(plugins): key manifest cache by host version
35 lines
636 B
JSON
35 lines
636 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.20.0",
|
|
"zod": "^4.3.6"
|
|
},
|
|
"devDependencies": {
|
|
"openclaw": "workspace:*"
|
|
},
|
|
"peerDependencies": {
|
|
"openclaw": ">=2026.3.14"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"openclaw": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
],
|
|
"install": {
|
|
"minHostVersion": ">=2026.3.14"
|
|
},
|
|
"release": {
|
|
"publishToNpm": true
|
|
}
|
|
}
|
|
}
|