{
  "name": "@supacloud/cli",
  "version": "0.56.1",
  "description": "Project-scoped CLI for SupaCloud users",
  "type": "module",
  "main": "./dist/index.js",
  "bin": {
    "supacloud-cli": "dist/index.js"
  },
  "files": [
    "dist",
    "README.md",
    "skills"
  ],
  "scripts": {
    "dev": "bun run --watch src/index.ts",
    "build": "bun build src/index.ts --outdir dist --target node",
    "pretypecheck": "bun install --cwd ../compiler --frozen-lockfile && bun run --cwd ../compiler build && bun install --frozen-lockfile",
    "prepublishOnly": "bun run build",
    "typecheck": "tsc --noEmit"
  },
  "keywords": [
    "supacloud",
    "cli",
    "deploy",
    "supabase"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/vibeunion/supacloud.git",
    "directory": "packages/cli"
  },
  "dependencies": {
    "@sinclair/typebox": "^0.34.52",
    "@supacloud/compiler": "^0.24.0",
    "@supacloud/db": "^0.2.0",
    "fflate": "^0.8.3"
  },
  "devDependencies": {
    "@types/bun": "^1.4.2",
    "typescript": "^7.0.2"
  }
}
