{
  "name": "@prisma-next/target-mongo",
  "version": "0.16.0",
  "license": "Apache-2.0",
  "type": "module",
  "sideEffects": false,
  "description": "MongoDB target pack for Prisma Next",
  "dependencies": {
    "@prisma-next/adapter-mongo": "0.16.0",
    "@prisma-next/contract": "0.16.0",
    "@prisma-next/driver-mongo": "0.16.0",
    "@prisma-next/errors": "0.16.0",
    "@prisma-next/family-mongo": "0.16.0",
    "@prisma-next/framework-components": "0.16.0",
    "@prisma-next/migration-tools": "0.16.0",
    "@prisma-next/ts-render": "0.16.0",
    "@prisma-next/mongo-codec": "0.16.0",
    "@prisma-next/mongo-contract": "0.16.0",
    "@prisma-next/mongo-lowering": "0.16.0",
    "@prisma-next/mongo-query-ast": "0.16.0",
    "@prisma-next/mongo-query-builder": "0.16.0",
    "@prisma-next/mongo-schema-ir": "0.16.0",
    "@prisma-next/mongo-value": "0.16.0",
    "@prisma-next/utils": "0.16.0",
    "arktype": "^2.2.2"
  },
  "devDependencies": {
    "mongodb": "^7.4.0",
    "@prisma-next/mongo-contract-psl": "0.16.0",
    "@prisma-next/mongo-wire": "0.16.0",
    "@prisma-next/psl-parser": "0.16.0",
    "@prisma-next/test-utils": "0.16.0",
    "@prisma-next/tsconfig": "0.16.0",
    "@prisma-next/tsdown": "0.16.0",
    "mongodb-memory-server": "11.2.0",
    "pathe": "^2.0.3",
    "tsdown": "0.22.8",
    "typescript": "5.9.3",
    "vitest": "4.1.10"
  },
  "peerDependencies": {
    "typescript": ">=5.9"
  },
  "peerDependenciesMeta": {
    "typescript": {
      "optional": true
    }
  },
  "files": [
    "dist",
    "src"
  ],
  "types": "./dist/pack.d.mts",
  "exports": {
    "./codec-types": "./dist/codec-types.mjs",
    "./control": "./dist/control.mjs",
    "./migration": "./dist/migration.mjs",
    "./pack": "./dist/pack.mjs",
    "./runtime": "./dist/runtime.mjs",
    "./package.json": "./package.json"
  },
  "engines": {
    "node": ">=24"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/prisma/prisma-next.git",
    "directory": "packages/3-mongo-target/1-mongo-target"
  },
  "prismaNext": {
    "minServerVersion": "8.0"
  },
  "scripts": {
    "build": "tsdown",
    "test": "vitest run --passWithNoTests",
    "test:coverage": "vitest run --coverage --passWithNoTests",
    "typecheck": "tsc --project tsconfig.json --noEmit",
    "lint": "biome check . --error-on-warnings",
    "lint:fix": "biome check --write .",
    "lint:fix:unsafe": "biome check --write --unsafe .",
    "clean": "rm -rf dist dist-tsc dist-tsc-prod coverage .tmp-output"
  }
}