{
  "name": "ylib-openclaw-lark",
  "version": "2026.3.18-4",
  "description": "OpenClaw Lark/Feishu channel plugin",
  "type": "module",
  "main": "index.mjs",
  "bin": {
    "openclaw-lark": "bin/openclaw-lark.js"
  },
  "files": [
    "bin/",
    "index.mjs",
    "index.d.mts",
    "monitor-*.mjs",
    "schema.json",
    "scripts/generate-schema.mjs",
    "openclaw.plugin.json",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsdown && node ./scripts/generate-schema.mjs",
    "buid": "npm run build",
    "test": "vitest run",
    "test:unit": "vitest run",
    "test:coverage": "vitest run --coverage",
    "test:e2e": "node --test test/e2e/*.test.mjs",
    "test:im-stream": "npm run build && node --test test/im-stream-sub-agent.test.mjs",
    "prepublishOnly": "npm run buid",
    "release": "node scripts/release.mjs",
    "lint": "eslint src/ index.ts",
    "lint:fix": "eslint src/ index.ts --fix",
    "format": "prettier --write src/**/*.ts",
    "format:check": "prettier --check src/**/*.ts",
    "publish:ylib-openclaw": "cd ./lib/openclaw && npm publish",
    "pack:ylib-openclaw": "cd ./lib/openclaw && npm pack",
    "publish:all": "npm publish && npm run publish:ylib-openclaw"
  },
  "dependencies": {
    "@larksuiteoapi/node-sdk": "^1.59.0",
    "@sinclair/typebox": "0.34.48",
    "image-size": "^2.0.2",
    "marked": "^15.0.12",
    "ylib-openclaw": "2026.3.9-beta.5",
    "zod": "^4.3.6"
  },
  "devDependencies": {
    "@types/node": "^25.2.3",
    "@types/qrcode": "^1.5.5",
    "@typescript-eslint/eslint-plugin": "^8.56.1",
    "@typescript-eslint/parser": "^8.56.1",
    "@vitest/coverage-istanbul": "^4.1.8",
    "@vitest/coverage-v8": "4.1.8",
    "eslint": "^9.39.3",
    "eslint-plugin-import": "^2.32.0",
    "eslint-plugin-n": "^17.24.0",
    "execa": "^9.6.0",
    "fs-extra": "^11.3.2",
    "minimist": "^1.2.8",
    "prettier": "^3.8.1",
    "tsdown": "^0.21.4",
    "typescript": "^5.9.3",
    "vitest": "4.1.8"
  },
  "openclaw": {
    "extensions": [
      "./index.ts"
    ],
    "channel": {
      "id": "openclaw-lark",
      "label": "Feishu",
      "selectionLabel": "Lark/Feishu (飞书)",
      "docsPath": "/channels/feishu",
      "docsLabel": "feishu",
      "blurb": "飞书/Lark enterprise messaging with doc/wiki/drive/task/calendar tools.",
      "aliases": [
        "lark"
      ],
      "order": 35,
      "quickstartAllowFrom": true
    },
    "install": {
      "npmSpec": "@larksuite/openclaw-lark",
      "localPath": "extensions/feishu",
      "defaultChoice": "npm"
    }
  }
}
