Initial commit

This commit is contained in:
Brian McGonagill 2026-03-18 09:02:21 -05:00
commit b3a51a4115
10336 changed files with 2381973 additions and 0 deletions

34
node_modules/@prisma/config/package.json generated vendored Normal file
View file

@ -0,0 +1,34 @@
{
"name": "@prisma/config",
"version": "7.5.0",
"description": "Internal package used to define and read Prisma configuration files",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/prisma/prisma.git",
"directory": "packages/config"
},
"license": "Apache-2.0",
"author": "Alberto Schiabel <schiabel@prisma.io>",
"dependencies": {
"c12": "3.1.0",
"deepmerge-ts": "7.1.5",
"effect": "3.18.4",
"empathic": "2.0.0"
},
"devDependencies": {
"dotenv": "17.2.3",
"@prisma/debug": "7.5.0",
"@prisma/get-platform": "7.5.0"
},
"files": [
"dist"
],
"sideEffects": false,
"scripts": {
"dev": "DEV=true tsx helpers/build.ts",
"build": "tsx helpers/build.ts",
"test": "vitest run"
}
}