Aktueller Stand

This commit is contained in:
2026-01-23 01:33:35 +01:00
parent 082dc5e110
commit 2766dd12c5
10109 changed files with 1578841 additions and 77685 deletions

View File

@@ -1,9 +1,22 @@
{
"name": "@prisma/debug",
"version": "5.22.0",
"version": "7.3.0",
"description": "This package is intended for Prisma's internal use",
"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",
"author": "Tim Suchanek <suchanek@prisma.io>",
"homepage": "https://www.prisma.io",
@@ -14,12 +27,10 @@
},
"bugs": "https://github.com/prisma/prisma/issues",
"devDependencies": {
"@types/jest": "29.5.12",
"@types/node": "18.19.31",
"esbuild": "0.23.0",
"@types/jest": "29.5.14",
"@types/node": "~20.19.24",
"jest": "29.7.0",
"jest-junit": "16.0.0",
"strip-ansi": "6.0.1",
"kleur": "4.1.5",
"typescript": "5.4.5"
},
@@ -27,7 +38,6 @@
"README.md",
"dist"
],
"dependencies": {},
"sideEffects": false,
"scripts": {
"dev": "DEV=true tsx helpers/build.ts",