{
  "name": "@prisma/cli-engine",
  "version": "0.3.0",
  "description": "The execution engine of the unified Prisma CLI.",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./package.json": "./package.json",
    "./protocol": {
      "types": "./dist/protocol.d.ts",
      "import": "./dist/protocol.js"
    },
    "./testing": {
      "types": "./dist/testing.d.ts",
      "import": "./dist/testing.js"
    }
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=22.12.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/prisma/prisma-cli.git",
    "directory": "packages/cli-engine"
  },
  "homepage": "https://github.com/prisma/prisma-cli#readme",
  "bugs": {
    "url": "https://github.com/prisma/prisma-cli/issues"
  },
  "license": "Apache-2.0",
  "dependencies": {
    "@clack/prompts": "1.5.0",
    "@stricli/core": "1.3.0",
    "c12": "3.3.4",
    "colorette": "^2.0.20",
    "package-manager-detector": "1.8.0",
    "string-width": "^8.2.1"
  },
  "peerDependencies": {
    "@prisma/management-api-sdk": "^1.55.0"
  },
  "devDependencies": {
    "@prisma/management-api-sdk": "1.69.0",
    "@repo/cli-conformance": "8.0.0-rc.10-dev.85",
    "@repo/tsconfig": "8.0.0-rc.10-dev.85",
    "@types/node": "^22.19.19",
    "ci-info": "^4.3.1",
    "tsdown": "^0.21.10",
    "typescript": "^6.0.3",
    "vitest": "^4.1.8"
  },
  "scripts": {
    "build": "tsdown",
    "typecheck": "tsc --noEmit",
    "test": "pnpm run build && pnpm run typecheck && vitest run"
  }
}