{
  "name": "@larksuite/openclaw-lark-tools",
  "version": "1.0.46",
  "description": "",
  "main": "dist/index.js",
  "files": [
    "dist"
  ],
  "bin": {
    "feishu-plugin-onboard": "./dist/index.js"
  },
  "scripts": {
    "clean": "shx rm -rf dist",
    "build": "npm run clean && tsc",
    "release": "node scripts/publish.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [],
  "author": "mazhe.nerd",
  "license": "ISC",
  "devDependencies": {
    "@types/fs-extra": "^11.0.4",
    "@types/inquirer": "^9.0.9",
    "@types/node": "^25.3.3",
    "@types/ora": "^3.2.0",
    "@types/qrcode-terminal": "^0.12.2",
    "shx": "^0.4.0",
    "typescript": "^5.9.3"
  },
  "dependencies": {
    "axios": "^1.13.6",
    "chalk": "^4.1.2",
    "commander": "^14.0.3",
    "fs-extra": "^11.3.3",
    "inquirer": "^8.2.7",
    "ora": "^5.4.1",
    "qrcode-terminal": "^0.12.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
