{
  "name": "@prisma/internals",
  "version": "5.16.1",
  "description": "This package is intended for Prisma's internal use",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/prisma/prisma.git",
    "directory": "packages/internals"
  },
  "homepage": "https://www.prisma.io",
  "author": "Tim Suchanek <suchanek@prisma.io>",
  "bugs": "https://github.com/prisma/prisma/issues",
  "license": "Apache-2.0",
  "files": [
    "README.md",
    "dist",
    "!**/libquery_engine*",
    "!dist/get-generators/engines/*",
    "scripts"
  ],
  "devDependencies": {
    "@antfu/ni": "0.21.12",
    "@opentelemetry/api": "1.9.0",
    "@swc/core": "1.2.204",
    "@swc/jest": "0.2.36",
    "@types/jest": "29.5.12",
    "@types/node": "18.19.31",
    "@types/resolve": "1.20.6",
    "archiver": "6.0.2",
    "checkpoint-client": "1.1.33",
    "cli-truncate": "2.1.0",
    "dotenv": "16.0.3",
    "esbuild": "0.21.5",
    "escape-string-regexp": "4.0.0",
    "execa": "5.1.1",
    "fast-glob": "3.3.2",
    "find-up": "5.0.0",
    "fp-ts": "2.16.6",
    "fs-extra": "11.1.1",
    "fs-jetpack": "5.1.0",
    "global-dirs": "4.0.0",
    "globby": "11.1.0",
    "indent-string": "4.0.0",
    "is-windows": "1.0.2",
    "is-wsl": "3.1.0",
    "jest": "29.7.0",
    "jest-junit": "16.0.0",
    "kleur": "4.1.5",
    "mock-stdin": "1.0.0",
    "new-github-issue-url": "0.2.1",
    "node-fetch": "3.3.2",
    "npm-packlist": "5.1.3",
    "open": "7.4.2",
    "p-map": "4.0.0",
    "read-package-up": "11.0.0",
    "replace-string": "3.1.0",
    "resolve": "1.22.8",
    "string-width": "4.2.3",
    "strip-ansi": "6.0.1",
    "strip-indent": "3.0.0",
    "temp-dir": "2.0.0",
    "tempy": "1.0.1",
    "terminal-link": "2.1.1",
    "tmp": "0.2.3",
    "ts-node": "10.9.2",
    "ts-pattern": "5.2.0",
    "typescript": "5.4.5",
    "yarn": "1.22.22"
  },
  "dependencies": {
    "@prisma/prisma-schema-wasm": "5.16.0-24.34ace0eb2704183d2c05b60b52fba5c43c13f303",
    "arg": "5.0.2",
    "prompts": "2.4.2",
    "@prisma/debug": "5.16.1",
    "@prisma/engines": "5.16.1",
    "@prisma/fetch-engine": "5.16.1",
    "@prisma/generator-helper": "5.16.1",
    "@prisma/get-platform": "5.16.1",
    "@prisma/schema-files-loader": "5.16.1"
  },
  "sideEffects": false,
  "scripts": {
    "dev": "DEV=true tsx helpers/build.ts",
    "build": "tsx helpers/build.ts",
    "test": "dotenv -e ../../.db.env -- jest --silent"
  }
}