{
  "name": "@prisma/cli",
  "version": "8.0.0-rc.12",
  "description": "Command-line interface for the Prisma Developer Platform.",
  "type": "module",
  "bin": {
    "prisma-cli": "./dist/cli.js"
  },
  "exports": {
    "./package.json": "./package.json",
    "./src/bin": "./src/bin.ts"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=22.18.0"
  },
  "keywords": [
    "prisma",
    "cli",
    "database",
    "app",
    "deployment"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/prisma/prisma-cli.git",
    "directory": "packages/cli"
  },
  "homepage": "https://github.com/prisma/prisma-cli#readme",
  "bugs": {
    "url": "https://github.com/prisma/prisma-cli/issues"
  },
  "license": "Apache-2.0",
  "dependencies": {
    "@manypkg/tools": "^2.1.2",
    "@prisma/cli-engine": "0.3.0",
    "@prisma/composer-cli": "0.16.0",
    "@prisma/compute-sdk": "0.42.0",
    "@prisma/management-api-sdk": "1.69.0",
    "@prisma/orm-toolchain": "8.0.0-rc.8",
    "@vercel/detect-agent": "^1.2.3",
    "better-result": "^2.9.2",
    "dotenv": "^17.4.2",
    "execa": "^9.6.1",
    "open": "^11.0.0"
  },
  "devDependencies": {
    "@prisma/composer": "0.16.0",
    "@prisma/credentials-store": "^7.8.0",
    "@repo/cli-conformance": "8.0.0-rc.12",
    "@repo/cli-telemetry": "8.0.0-rc.12",
    "@repo/tsconfig": "8.0.0-rc.12",
    "@types/node": "^22.19.19",
    "tsdown": "^0.21.10",
    "tsx": "^4.22.4",
    "typescript": "^6.0.3",
    "vitest": "^4.1.8"
  },
  "scripts": {
    "build": "tsdown",
    "check:grammar": "vitest run tests/mount-coverage.test.ts",
    "typecheck": "tsc --noEmit",
    "test": "pnpm run build && vitest run",
    "test:e2e": "vitest run --config vitest.e2e.config.ts",
    "conformance": "tsx scripts/conformance.ts"
  }
}