{
  "name": "@prisma/compute-sdk",
  "version": "0.28.0",
  "description": "TypeScript SDK for deploying and managing applications on Prisma Compute",
  "license": "Apache-2.0",
  "repository": "prisma/project-compute",
  "type": "module",
  "exports": {
    ".": {
      "bun": "./src/index.ts",
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      }
    },
    "./config": {
      "bun": "./src/config/index.ts",
      "import": {
        "types": "./dist/config/index.d.ts",
        "default": "./dist/config/index.js"
      }
    }
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "src"
  ],
  "engines": {
    "node": ">=18.0.0"
  },
  "scripts": {
    "build": "tsc --project tsconfig.build.json",
    "prepack": "npm run build",
    "test": "bun test",
    "check:types": "tsc --noEmit"
  },
  "dependencies": {
    "@vercel/nft": "^1.10.2",
    "better-result": "^2.7.0",
    "jiti": "^2.7.0",
    "magicast": "^0.5.3",
    "tar-stream": "^3.1.8",
    "tiny-invariant": "1.3.3",
    "ws": "^8.20.0"
  },
  "peerDependencies": {
    "@prisma/management-api-sdk": ">=1.36.0"
  },
  "devDependencies": {
    "@types/bun": "latest",
    "@types/tar-stream": "^3.1.4",
    "@types/ws": "^8.18.1",
    "typescript": "^6.0.2"
  }
}
