{
  "name": "@larksuiteoapi/feishu-openclaw-plugin",
  "version": "2026.3.8",
  "description": "OpenClaw Feishu/Lark channel plugin (official by Feishu team)",
  "type": "module",
  "files": [
    "**/*"
  ],
  "dependencies": {
    "@larksuiteoapi/node-sdk": "^1.59.0",
    "@sinclair/typebox": "0.34.48",
    "image-size": "^2.0.2",
    "zod": "^4.3.6"
  },
  "openclaw": {
    "extensions": [
      "./index.js"
    ],
    "channel": {
      "id": "feishu-openclaw-plugin",
      "label": "Feishu",
      "selectionLabel": "Feishu/Lark (飞书)",
      "docsPath": "/channels/feishu",
      "docsLabel": "feishu",
      "blurb": "飞书/Lark enterprise messaging with doc/wiki/drive/task/calendar tools.",
      "aliases": [
        "lark"
      ],
      "order": 35,
      "quickstartAllowFrom": true
    },
    "install": {
      "npmSpec": "@larksuiteoapi/feishu-openclaw-plugin",
      "localPath": "extensions/feishu",
      "defaultChoice": "npm"
    }
  },
  "main": "index.js",
  "types": "index.d.ts",
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "import": "./index.js",
      "default": "./index.js"
    }
  }
}
