{
  "name": "meegle-cli",
  "version": "0.3.0",
  "description": "Plugin-only CLI for Feishu Project (Meegle) based on meeglesdk",
  "type": "module",
  "bin": {
    "meegle": "dist/index.js",
    "meego": "dist/index.js"
  },
  "files": [
    "dist",
    "scripts",
    "AGENT-OPS.zh-CN.md",
    "COMMUNITY-GUIDE.zh-CN.md",
    "CHANGELOG.md",
    "README.md",
    "README-en.md",
    "RELEASE.md",
    "examples",
    "skills"
  ],
  "scripts": {
    "clean": "rm -rf dist",
    "build": "npm run clean && tsc -p tsconfig.build.json",
    "build:all": "npm run clean && tsc -p tsconfig.json",
    "dev": "tsc -w -p tsconfig.json",
    "typecheck": "tsc --noEmit -p tsconfig.json",
    "test": "npm run build:all && node --test dist/tests/auth-policy.test.js dist/tests/error-handler.test.js dist/tests/field-parser.test.js dist/tests/postinstall-openclaw-skill.test.js dist/tests/e2e-cli.test.js",
    "test:smoke:real": "npm run build:all && node --test dist/tests/smoke-real.test.js",
    "release:check": "npm test && npm run build && npm pack --dry-run",
    "prepublishOnly": "npm run release:check",
    "postinstall": "node scripts/postinstall-openclaw-skill.cjs"
  },
  "keywords": [
    "meegle",
    "feishu",
    "lark",
    "project",
    "cli"
  ],
  "dependencies": {
    "commander": "^12.1.0",
    "meeglesdk": "^0.1.8"
  },
  "devDependencies": {
    "@types/node": "^22.15.21",
    "typescript": "^5.8.3"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
