{
  "name": "deploy",
  "version": "1.0.0",
  "description": "Deployment CLI for managing EC2 deployments with automated health checks",
  "type": "module",
  "main": "src/index-local.ts",
  "bin": {
    "deploy": "src/index-local.ts"
  },
  "scripts": {
    "start": "bun run src/index-local.ts",
    "dev": "bun run --watch src/index-local.ts"
  },
  "dependencies": {},
  "devDependencies": {
    "@types/bun": "latest"
  }
}
