{
  "name": "@sitepong/cli",
  "version": "0.1.23",
  "description": "SitePong CLI — manage hosting, builds, OTA, errors, monitoring, and more",
  "type": "module",
  "bin": {
    "sitepong": "./dist/index.js"
  },
  "scripts": {
    "build": "tsc && chmod +x dist/index.js",
    "dev": "tsx src/index.ts",
    "typecheck": "tsc --noEmit",
    "prepublishOnly": "npm run build",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage"
  },
  "dependencies": {
    "commander": "^12.1.0",
    "open": "^10.1.0",
    "ora": "^8.0.0",
    "picocolors": "^1.1.0",
    "esbuild": "^0.25.0"
  },
  "devDependencies": {
    "@types/node": "^20.10.0",
    "@vitest/coverage-v8": "^3.0.0",
    "tsx": "^4.7.0",
    "typescript": "^5.7.2",
    "vitest": "^3.0.0"
  },
  "engines": {
    "node": ">=20.0.0"
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "sitepong",
    "cli",
    "monitoring",
    "hosting",
    "ota",
    "builds"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/programmrz/sitepong.git",
    "directory": "packages/cli"
  },
  "publishConfig": {
    "access": "public"
  }
}
