{
  "name": "@openclaw-cn/feishu",
  "version": "0.2.0",
  "description": "飞书（Larksuite）OpenClaw 中文频道插件，由OpenClaw中文社区维护，提供飞书机器人集成（WebSocket）。",
  "keywords": [
    "feishu",
    "larksuite",
    "openclaw",
    "plugin"
  ],
  "homepage": "https://github.com/openclaw/openclaw-cn/tree/main/extensions/feishu",
  "bugs": {
    "url": "https://github.com/openclaw/openclaw-cn/issues"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/openclaw/openclaw-cn.git",
    "directory": "extensions/feishu"
  },
  "files": [
    "openclaw.plugin.json",
    "package.json",
    "README.md",
    "dist/"
  ],
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "scripts": {
    "build": "tsc",
    "clean": "rm -rf dist"
  },
  "dependencies": {
    "@larksuiteoapi/node-sdk": "^1.56.1",
    "@sinclair/typebox": "^0.34.47",
    "zod": "^4.3.6"
  },
  "peerDependencies": {
    "openclaw": "*",
    "openclaw-cn-termux": "*"
  },
  "peerDependenciesMeta": {
    "openclaw": {
      "optional": true
    },
    "openclaw-cn": {
      "optional": true
    }
  },
  "openclaw": {
    "extensions": [
      "./dist/index.js"
    ],
    "channel": {
      "id": "feishu",
      "label": "飞书",
      "selectionLabel": "飞书 (Lark 开放平台)",
      "docsPath": "/channels/feishu",
      "docsLabel": "feishu",
      "blurb": "飞书/Lark 机器人集成 (WebSocket)。",
      "aliases": [
        "lark"
      ],
      "order": 35,
      "quickstartAllowFrom": true
    },
    "install": {
      "npmSpec": "@openclaw-cn/feishu@^0.1.0",
      "officialSpec": "@larksuiteoapi/feishu-openclaw-plugin",
      "defaultChoice": "npm"
    }
  }
}
