{
  "name": "openclaw-doctor",
  "version": "0.3.4",
  "description": "Health check and auto-restart daemon for local OpenClaw services",
  "type": "module",
  "bin": {
    "openclaw-doctor": "./dist/index.js"
  },
  "scripts": {
    "build": "tsup",
    "dev": "tsx src/index.ts",
    "start": "node dist/index.js",
    "lint": "tsc --noEmit",
    "release": "bash scripts/publish.sh",
    "app:start": "electron .",
    "app:package": "electron-forge package",
    "app:make": "electron-forge make"
  },
  "keywords": [
    "openclaw",
    "health-check",
    "daemon",
    "doctor"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Sobranier/openclaw-cli.git"
  },
  "files": [
    "dist",
    "README.md",
    "README.zh-CN.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=22"
  },
  "dependencies": {
    "chalk": "^5.6.2",
    "commander": "^14.0.3"
  },
  "devDependencies": {
    "@electron-forge/cli": "^7.11.1",
    "@electron-forge/maker-dmg": "^7.11.1",
    "@electron-forge/maker-zip": "^7.11.1",
    "@types/node": "^25.3.3",
    "electron": "^40.8.0",
    "electron-builder": "^26.8.1",
    "tsup": "^8.5.1",
    "tsx": "^4.21.0",
    "typescript": "^5.9.3"
  },
  "author": "pdd <ywq1991@gmail.com>",
  "bugs": {
    "url": "https://github.com/Sobranier/openclaw-doctor/issues"
  },
  "homepage": "https://openclaw-cli.app",
  "main": "app-dist/main.js",
  "productName": "OpenClaw CLI"
}
