{
  "_from": "@prisma/config@7.4.1",
  "_id": "@prisma/config@7.4.1",
  "_inBundle": false,
  "_integrity": "sha512-vteSXm8N46bo3FW9MhPGVHAj+KRgrR6TWtlSk6GqToCKjTnOexXdPZyiDyEsfVW38YhqEmVl6w/6iHN8uYVJcw==",
  "_location": "/@prisma/config",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@prisma/config@7.4.1",
    "name": "@prisma/config",
    "escapedName": "@prisma%2fconfig",
    "scope": "@prisma",
    "rawSpec": "7.4.1",
    "saveSpec": null,
    "fetchSpec": "7.4.1"
  },
  "_requiredBy": [
    "/prisma"
  ],
  "_resolved": "https://registry.npmjs.org/@prisma/config/-/config-7.4.1.tgz",
  "_shasum": "142a323aa4c807869fffba728102cd0eb217629d",
  "_spec": "@prisma/config@7.4.1",
  "_where": "/var/www/html/node_modules/prisma",
  "author": {
    "name": "Alberto Schiabel",
    "email": "schiabel@prisma.io"
  },
  "bugs": {
    "url": "https://github.com/prisma/prisma/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "c12": "3.1.0",
    "deepmerge-ts": "7.1.5",
    "effect": "3.18.4",
    "empathic": "2.0.0"
  },
  "deprecated": false,
  "description": "Internal package used to define and read Prisma configuration files",
  "devDependencies": {
    "@prisma/debug": "7.4.1",
    "@prisma/get-platform": "7.4.1",
    "dotenv": "17.2.3",
    "vitest": "3.2.4"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/prisma/prisma#readme",
  "license": "Apache-2.0",
  "main": "dist/index.js",
  "name": "@prisma/config",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/prisma/prisma.git",
    "directory": "packages/config"
  },
  "scripts": {
    "build": "tsx helpers/build.ts",
    "dev": "DEV=true tsx helpers/build.ts",
    "test": "vitest run"
  },
  "sideEffects": false,
  "types": "dist/index.d.ts",
  "version": "7.4.1"
}
