{
  "name": "@prisma/get-dmmf",
  "version": "7.8.0",
  "description": "Get DMMF for Prisma",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "require": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      },
      "import": {
        "types": "./dist/index.d.mts",
        "default": "./dist/index.mjs"
      }
    }
  },
  "license": "Apache-2.0",
  "homepage": "https://www.prisma.io",
  "repository": {
    "type": "git",
    "url": "https://github.com/prisma/prisma.git",
    "directory": "packages/get-dmmf"
  },
  "bugs": "https://github.com/prisma/prisma/issues",
  "files": [
    "dist"
  ],
  "dependencies": {
    "@prisma/prisma-schema-wasm": "7.8.0-6.3c6e192761c0362d496ed980de936e2f3cebcd3a",
    "@streamparser/json": "0.0.22",
    "pluralize": "8.0.0",
    "@prisma/debug": "7.8.0",
    "@prisma/dmmf": "7.8.0"
  },
  "devDependencies": {
    "@types/pluralize": "0.0.33"
  },
  "sideEffects": false,
  "scripts": {
    "dev": "DEV=true tsx helpers/build.ts",
    "build": "tsx helpers/build.ts"
  }
}