{
  "name": "@remoteclaw/zalouser",
  "version": "0.7.0",
  "description": "RemoteClaw Zalo Personal Account plugin via native zca-js integration",
  "type": "module",
  "dependencies": {
    "@sinclair/typebox": "0.34.48",
    "zca-js": "2.1.1",
    "zod": "^4.3.6"
  },
  "remoteclaw": {
    "extensions": [
      "./index.ts"
    ],
    "channel": {
      "id": "zalouser",
      "label": "Zalo Personal",
      "selectionLabel": "Zalo (Personal Account)",
      "docsPath": "/channels/zalouser",
      "docsLabel": "zalouser",
      "blurb": "Zalo personal account via QR code login.",
      "aliases": [
        "zlu"
      ],
      "order": 85,
      "quickstartAllowFrom": true
    },
    "install": {
      "npmSpec": "@remoteclaw/zalouser",
      "localPath": "extensions/zalouser",
      "defaultChoice": "npm"
    },
    "releaseChecks": {
      "rootDependencyMirrorAllowlist": []
    }
  }
}
