{
  "name": "@nextclaw/channel-plugin-feishu",
  "version": "0.2.32",
  "private": false,
  "description": "NextClaw Feishu/Lark channel plugin with doc/wiki/drive tools.",
  "type": "module",
  "exports": {
    ".": {
      "development": "./index.ts",
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "openclaw.plugin.json",
    "README.md",
    "skills",
    "src"
  ],
  "openclaw": {
    "extensions": [
      "./dist/index.js"
    ],
    "development": {
      "extensions": [
        "./index.ts"
      ]
    },
    "channel": {
      "id": "feishu",
      "label": "Feishu",
      "selectionLabel": "Feishu/Lark (飞书)",
      "docsPath": "/channels/feishu",
      "docsLabel": "feishu",
      "blurb": "飞书/Lark enterprise messaging with doc/wiki/drive tools.",
      "aliases": [
        "lark"
      ],
      "order": 35,
      "quickstartAllowFrom": true
    },
    "install": {
      "npmSpec": "@nextclaw/channel-plugin-feishu",
      "localPath": "packages/extensions/nextclaw-channel-plugin-feishu",
      "defaultChoice": "npm"
    }
  },
  "dependencies": {
    "@larksuiteoapi/node-sdk": "^1.59.0",
    "@sinclair/typebox": "0.34.48",
    "https-proxy-agent": "^8.0.0",
    "zod": "^4.3.6"
  },
  "scripts": {
    "build": "tsdown index.ts --dts --clean --target es2022 --no-fixedExtension --unbundle",
    "dev:build": "tsdown index.ts --dts --target es2022 --no-fixedExtension --unbundle --no-clean --watch",
    "lint": "eslint index.ts"
  }
}