{
  "name": "pi-feishu-bridge",
  "version": "3.1.1",
  "description": "Pi-Feishu Bridge: Feishu WebSocket channel with CardKit native streaming",
  "type": "module",
  "main": "dist/index.js",
  "license": "MIT",
  "author": "zxsctxx",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zxsctxx/pi-feishu-bridge.git"
  },
  "homepage": "https://github.com/zxsctxx/pi-feishu-bridge#readme",
  "bugs": {
    "url": "https://github.com/zxsctxx/pi-feishu-bridge/issues"
  },
  "keywords": [
    "pi-package",
    "pi",
    "pi-coding-agent",
    "pi-extension",
    "feishu",
    "lark",
    "bot-api",
    "chat-bridge",
    "websocket"
  ],
  "files": [
    "src",
    "!src/**/*.test.ts",
    "dist",
    "docs/permissions.md",
    "docs/migration-3.0.md",
    "examples/settings.example.json",
    "README.md",
    "LICENSE"
  ],
  "pi": {
    "extensions": [
      "./dist/index.js"
    ]
  },
  "scripts": {
    "build": "esbuild src/index.ts --bundle --format=esm --platform=node --packages=external --outfile=dist/index.js",
    "test": "vitest run",
    "typecheck": "tsc --noEmit",
    "prepublishOnly": "npm run typecheck && npm test && npm run build"
  },
  "dependencies": {
    "@larksuiteoapi/node-sdk": "^1.64.0"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": ">=0.80.6 <0.82.0",
    "typebox": "*"
  },
  "peerDependenciesMeta": {
    "@earendil-works/pi-coding-agent": {
      "optional": true
    },
    "typebox": {
      "optional": true
    }
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "^0.81.1",
    "esbuild": "^0.28.2",
    "typebox": "^1.1.39",
    "typescript": "^5.5.0",
    "vitest": "^3.2.4"
  },
  "overrides": {
    "axios": "^1.16.0",
    "form-data": "^4.0.6",
    "protobufjs": "^7.6.3"
  }
}
