{
  "name": "feishu-user-plugin",
  "mcpName": "io.github.zhuzhen-team/feishu-user-plugin",
  "version": "1.4.0",
  "description": "All-in-one Feishu MCP server + CLI tool for Claude Code / Codex / Cursor / scripts — 85 tools across 3 auth layers (cookie / app / OAuth). Send as you, read groups, manage docs / bitable / wiki / drive / calendar / tasks / OKR.",
  "main": "src/index.js",
  "bin": {
    "feishu-user-plugin": "src/cli.js"
  },
  "scripts": {
    "start": "node src/index.js",
    "test": "node src/test-all.js",
    "test:quick": "node src/test-send.js",
    "oauth": "node src/oauth.js",
    "smoke": "node scripts/smoke.js diff",
    "smoke:baseline": "node scripts/smoke.js write-baseline",
    "test:tools": "node scripts/test-all-tools.js",
    "prepublishOnly": "node scripts/check-version.js && node scripts/check-tool-count.js && node scripts/sync-server-json.js check && node scripts/check-docs-sync.js && node scripts/check-changelog.js && node scripts/confirm-version.js",
    "prepare": "husky"
  },
  "keywords": [
    "feishu",
    "lark",
    "claude-code",
    "plugin",
    "mcp",
    "model-context-protocol",
    "im",
    "messaging",
    "protobuf",
    "agent"
  ],
  "author": "EthanQC",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/EthanQC/feishu-user-plugin.git"
  },
  "homepage": "https://github.com/EthanQC/feishu-user-plugin#readme",
  "bugs": {
    "url": "https://github.com/EthanQC/feishu-user-plugin/issues"
  },
  "files": [
    "src/",
    "proto/",
    "scripts/",
    ".claude-plugin/",
    ".cursor-plugin/",
    ".mcpb/",
    "skills/",
    ".mcp.json.example",
    ".env.example",
    "CHANGELOG.md",
    "README.md",
    "README.en.md",
    "PRIVACY.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=18.0.0"
  },
  "dependencies": {
    "@larksuiteoapi/node-sdk": "^1.63.1",
    "@modelcontextprotocol/sdk": "^1.29.0",
    "dotenv": "^16.4.7",
    "feishu-docx": "^0.7.0",
    "protobufjs": "^8.6.0"
  },
  "devDependencies": {
    "husky": "^9.1.7"
  },
  "overrides": {
    "axios": "^1.16.0"
  }
}
