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
50 lines
1.0 KiB
JSON
50 lines
1.0 KiB
JSON
{
|
|
"name": "@openclaw/zalo",
|
|
"version": "2026.3.14",
|
|
"description": "OpenClaw Zalo channel plugin",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"undici": "7.24.5",
|
|
"zod": "^4.3.6"
|
|
},
|
|
"devDependencies": {
|
|
"openclaw": "workspace:*"
|
|
},
|
|
"peerDependencies": {
|
|
"openclaw": ">=2026.3.14"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"openclaw": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
],
|
|
"setupEntry": "./setup-entry.ts",
|
|
"channel": {
|
|
"id": "zalo",
|
|
"label": "Zalo",
|
|
"selectionLabel": "Zalo (Bot API)",
|
|
"docsPath": "/channels/zalo",
|
|
"docsLabel": "zalo",
|
|
"blurb": "Vietnam-focused messaging platform with Bot API.",
|
|
"aliases": [
|
|
"zl"
|
|
],
|
|
"order": 80,
|
|
"quickstartAllowFrom": true
|
|
},
|
|
"install": {
|
|
"npmSpec": "@openclaw/zalo",
|
|
"localPath": "extensions/zalo",
|
|
"defaultChoice": "npm",
|
|
"minHostVersion": ">=2026.3.14"
|
|
},
|
|
"release": {
|
|
"publishToNpm": true
|
|
}
|
|
}
|
|
}
|