{
  "name": "@prisma-next/family-mongo",
  "version": "0.16.0",
  "license": "Apache-2.0",
  "type": "module",
  "sideEffects": false,
  "description": "Mongo family descriptor for Prisma Next",
  "dependencies": {
    "@prisma-next/contract": "0.16.0",
    "@prisma-next/emitter": "0.16.0",
    "@prisma-next/errors": "0.16.0",
    "@prisma-next/framework-components": "0.16.0",
    "@prisma-next/migration-tools": "0.16.0",
    "@prisma-next/mongo-contract": "0.16.0",
    "@prisma-next/mongo-emitter": "0.16.0",
    "@prisma-next/mongo-query-ast": "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",
    "mongodb": "^7.4.0",
    "pathe": "^2.0.3"
  },
  "devDependencies": {
    "@prisma-next/mongo-contract-ts": "0.16.0",
    "@prisma-next/test-utils": "0.16.0",
    "@prisma-next/tsconfig": "0.16.0",
    "@prisma-next/tsdown": "0.16.0",
    "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/control.d.mts",
  "exports": {
    "./control": "./dist/control.mjs",
    "./control-adapter": "./dist/control-adapter.mjs",
    "./ir": "./dist/ir.mjs",
    "./migration": "./dist/migration.mjs",
    "./pack": "./dist/pack.mjs",
    "./runtime": "./dist/runtime.mjs",
    "./schema-verify": "./dist/schema-verify.mjs",
    "./package.json": "./package.json"
  },
  "engines": {
    "node": ">=24"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/prisma/prisma-next.git",
    "directory": "packages/2-mongo-family/9-family"
  },
  "scripts": {
    "build": "tsdown",
    "test": "vitest run --passWithNoTests",
    "typecheck": "tsc --project tsconfig.json --noEmit",
    "lint": "biome check . --error-on-warnings",
    "clean": "rm -rf dist coverage"
  }
}