{
  "name": "@wecom/wecom-openclaw-cli",
  "version": "1.0.25",
  "description": "CLI for managing WeCom official plugin for OpenClaw",
  "main": "dist/index.js",
  "type": "commonjs",
  "files": [
    "dist"
  ],
  "bin": {
    "wecom-openclaw-cli": "./dist/index.js"
  },
  "scripts": {
    "clean": "rimraf dist",
    "build": "npm run clean && rollup -c",
    "prepublishOnly": "npm run build",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "wecom",
    "openclaw",
    "cli",
    "plugin"
  ],
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@rollup/plugin-commonjs": "^28.0.0",
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-node-resolve": "^16.0.0",
    "@rollup/plugin-typescript": "^12.1.0",
    "@types/fs-extra": "^11.0.4",
    "@types/inquirer": "^9.0.9",
    "@types/node": "^22.0.0",
    "@types/qrcode": "^1.5.6",
    "rimraf": "^6.0.0",
    "rollup": "^4.28.0",
    "tslib": "^2.8.0",
    "typescript": "^5.7.0"
  },
  "dependencies": {
    "chalk": "^4.1.2",
    "commander": "^14.0.3",
    "fs-extra": "^11.3.3",
    "inquirer": "^8.2.7",
    "qrcode": "^1.5.4"
  }
}
