Aktueller Stand
This commit is contained in:
38
backend/node_modules/@prisma/query-plan-executor/package.json
generated
vendored
Normal file
38
backend/node_modules/@prisma/query-plan-executor/package.json
generated
vendored
Normal file
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"name": "@prisma/query-plan-executor",
|
||||
"version": "7.2.0",
|
||||
"description": "This package is intended for Prisma's internal use",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/prisma/prisma.git",
|
||||
"directory": "packages/query-plan-executor"
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"devDependencies": {
|
||||
"@hono/node-server": "1.19.0",
|
||||
"@hono/zod-validator": "0.7.2",
|
||||
"@opentelemetry/api": "1.9.0",
|
||||
"@opentelemetry/context-async-hooks": "2.1.0",
|
||||
"@opentelemetry/sdk-trace-base": "2.1.0",
|
||||
"hono": "4.10.6",
|
||||
"temporal-polyfill": "0.3.0",
|
||||
"vitest": "3.2.4",
|
||||
"zod": "4.1.3",
|
||||
"@prisma/adapter-pg": "7.2.0",
|
||||
"@prisma/adapter-mariadb": "7.2.0",
|
||||
"@prisma/adapter-mssql": "7.2.0",
|
||||
"@prisma/client-engine-runtime": "7.2.0",
|
||||
"@prisma/driver-adapter-utils": "7.2.0"
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"sideEffects": false,
|
||||
"scripts": {
|
||||
"dev": "DEV=true tsx helpers/build.ts",
|
||||
"build": "tsx helpers/build.ts",
|
||||
"test": "vitest run"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user