{
  "name": "@visulima/prisma-dmmf-transformer",
  "version": "2.0.37",
  "description": "A generator for Prisma to generate a valid JSON Schema v7.",
  "keywords": [
    "anolilab",
    "visulima",
    "prisma",
    "prisma2",
    "prisma3",
    "prisma4",
    "prisma-schema",
    "dmmf",
    "transformer",
    "json-schema"
  ],
  "homepage": "https://www.visulima.com/docs/package/prisma-dmmf-transformer",
  "repository": {
    "type": "git",
    "url": "https://github.com/visulima/visulima.git",
    "directory": "packages/prisma-dmmf-transformer"
  },
  "funding": [
    {
      "type": "github",
      "url": "https://github.com/sponsors/prisis"
    },
    {
      "type": "consulting",
      "url": "https://anolilab.com/support"
    }
  ],
  "license": "MIT",
  "author": {
    "name": "Daniel Bannert",
    "email": "d.bannert@anolilab.de"
  },
  "sideEffects": false,
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.mts",
        "default": "./dist/index.mjs"
      },
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      }
    },
    "./package.json": "./package.json"
  },
  "main": "dist/index.cjs",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "typesVersions": {
    ">=5.0": {
      ".": [
        "./dist/index.d.ts"
      ]
    }
  },
  "files": [
    "dist/**",
    "README.md",
    "CHANGELOG.md",
    "LICENSE.md"
  ],
  "dependencies": {
    "@prisma/generator-helper": "6.19.0",
    "type-fest": "5.2.0"
  },
  "peerDependencies": {
    "@prisma/client": "3.* || 4.* || 5.* || 6.*",
    "prisma": "3.* || 4.* || 5.* || 6.*"
  },
  "engines": {
    "node": ">=18.0.0 <=25.x"
  },
  "os": [
    "darwin",
    "linux",
    "win32"
  ],
  "publishConfig": {
    "access": "public",
    "provenance": true
  }
}