{
  "name": "pi-feishu-agent",
  "version": "0.2.1",
  "description": "从飞书/Lark 远程控制 Pi 编程 Agent：WebSocket 长连接、常驻 RPC Agent、移动端富文本。Control Pi coding agents from Feishu/Lark with low-latency WebSocket, persistent RPC agents, and mobile-first rich text replies.",
  "type": "module",
  "main": "./ws-standalone.mjs",
  "bin": {
    "pi-feishu-agent": "ws-standalone.mjs"
  },
  "files": [
    "index.ts",
    "ws-standalone.mjs",
    "render.mjs",
    "README.md",
    "CONTRIBUTING.md",
    "LICENSE",
    "test-render.mjs"
  ],
  "scripts": {
    "start": "node ./ws-standalone.mjs",
    "doctor": "node ./ws-standalone.mjs doctor",
    "test": "node --check ./ws-standalone.mjs && node --check ./render.mjs && node ./test-render.mjs",
    "pack:dry": "npm pack --dry-run",
    "prepublishOnly": "npm test",
    "test:integration": "node ./test-integration.mjs"
  },
  "keywords": [
    "pi-package",
    "pi",
    "feishu",
    "lark",
    "agent",
    "coding-agent",
    "multi-agent",
    "remote-control",
    "飞书",
    "机器人",
    "远程控制",
    "chat-bridge",
    "websocket"
  ],
  "author": "LuckyMe",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/louise-zy/pi-feishu-agent.git"
  },
  "homepage": "https://github.com/louise-zy/pi-feishu-agent#readme",
  "bugs": {
    "url": "https://github.com/louise-zy/pi-feishu-agent/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=20"
  },
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  },
  "dependencies": {
    "@larksuiteoapi/node-sdk": "^1.71.1"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  },
  "peerDependenciesMeta": {
    "@earendil-works/pi-coding-agent": {
      "optional": true
    }
  }
}
