mirror of
https://github.com/openclaw/openclaw.git
synced 2026-02-09 05:19:32 +08:00
* chore: project hygiene fixes (workspace:*, sandbox USER, dead config) * chore: also fix workspace:* in zalouser dependencies
36 lines
758 B
JSON
36 lines
758 B
JSON
{
|
|
"name": "@openclaw/zalo",
|
|
"version": "2026.2.6-3",
|
|
"description": "OpenClaw Zalo channel plugin",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"undici": "7.21.0"
|
|
},
|
|
"devDependencies": {
|
|
"openclaw": "workspace:*"
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.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"
|
|
}
|
|
}
|
|
}
|