{
  "name": "openclaw-vps",
  "version": "1.0.14",
  "description": "One-command setup for OpenClaw on a VPS",
  "type": "module",
  "bin": {
    "openclawpro": "./bin/openclawpro.js",
    "openclaw-vps": "./bin/openclawpro.js"
  },
  "scripts": {
    "build": "tsc",
    "typecheck": "tsc --noEmit",
    "prepublishOnly": "npm run build"
  },
  "author": "Melvyn",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Melvynx/openclawpro.git"
  },
  "engines": {
    "node": ">=18"
  },
  "files": [
    "bin/",
    "dist/",
    "skills/",
    "templates/",
    "openclaw-config/"
  ],
  "keywords": [
    "openclaw",
    "vps",
    "setup",
    "gmail",
    "webhook"
  ],
  "license": "MIT",
  "dependencies": {
    "@inquirer/prompts": "^8.3.0",
    "chalk": "^5.6.2",
    "commander": "^14.0.3",
    "ora": "^9.3.0"
  },
  "devDependencies": {
    "@types/node": "^25.3.5",
    "tsx": "^4.21.0",
    "typescript": "^5.9.3"
  }
}
