{
  "name": "supacloud",
  "version": "0.12.17",
  "description": "Unified entrypoint: `supacloudctl cli` and `supacloudctl admin` in one command",
  "type": "module",
  "main": "./dist/index.js",
  "bin": {
    "supacloudctl": "dist/index.js"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "dev": "bun run --watch src/index.ts",
    "build": "bun build src/index.ts --outdir dist --target node",
    "prepublishOnly": "bun run build",
    "typecheck": "tsc --noEmit"
  },
  "keywords": [
    "supacloud",
    "cli",
    "admin",
    "supabase",
    "umbrella"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/vibeunion/supacloud.git",
    "directory": "packages/supacloud"
  },
  "dependencies": {
    "@supacloud/cli": "^0.56.1",
    "@supacloud/admin": "^0.22.3"
  },
  "overrides": {
    "@supacloud/compiler": "file:../compiler"
  },
  "devDependencies": {
    "@types/bun": "^1.4.2",
    "typescript": "^7.0.2"
  }
}
