{
  "name": "pi-feishu-notify",
  "version": "0.6.0",
  "description": "Bidirectional bridge between pi main conversations and Feishu (Lark): sends a Feishu notification when a pi task finishes, and lets you reply to the notification in Feishu to remotely command that pi session to continue. No lark-cli dependency, built on the official SDK long connection. 支持中英文（i18n）。",
  "keywords": [
    "pi-package",
    "pi",
    "extension",
    "feishu",
    "lark",
    "notify",
    "notification",
    "bridge",
    "remote",
    "webhook"
  ],
  "license": "MIT",
  "author": "xiaohuzai",
  "homepage": "https://github.com/xiaohuzai/pi-feishu-notify#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/xiaohuzai/pi-feishu-notify.git"
  },
  "bugs": {
    "url": "https://github.com/xiaohuzai/pi-feishu-notify/issues"
  },
  "type": "module",
  "files": [
    "extensions/",
    "src/",
    "README.md",
    "README.zh-CN.md",
    "LICENSE"
  ],
  "pi": {
    "extensions": [
      "./extensions"
    ]
  },
  "scripts": {
    "typecheck": "tsc --noEmit",
    "test": "vitest run",
    "prepublishOnly": "npm run typecheck && npm test",
    "clean": "rm -rf node_modules dist"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  },
  "dependencies": {
    "@larksuiteoapi/node-sdk": "^1.73.0"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "^0.84.1",
    "typescript": "^5.6.0",
    "vitest": "^3.0.0"
  }
}
