Initial commit
This commit is contained in:
commit
b3a51a4115
10336 changed files with 2381973 additions and 0 deletions
40
node_modules/@prisma/engines/package.json
generated
vendored
Normal file
40
node_modules/@prisma/engines/package.json
generated
vendored
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
{
|
||||
"name": "@prisma/engines",
|
||||
"version": "7.5.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/engines"
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"author": "Tim Suchanek <suchanek@prisma.io>",
|
||||
"devDependencies": {
|
||||
"@swc/core": "1.11.5",
|
||||
"@swc/jest": "0.2.37",
|
||||
"@types/jest": "29.5.14",
|
||||
"@types/node": "~20.19.24",
|
||||
"execa": "5.1.1",
|
||||
"typescript": "5.4.5"
|
||||
},
|
||||
"dependencies": {
|
||||
"@prisma/engines-version": "7.5.0-15.280c870be64f457428992c43c1f6d557fab6e29e",
|
||||
"@prisma/debug": "7.5.0",
|
||||
"@prisma/fetch-engine": "7.5.0",
|
||||
"@prisma/get-platform": "7.5.0"
|
||||
},
|
||||
"files": [
|
||||
"dist",
|
||||
"download",
|
||||
"scripts"
|
||||
],
|
||||
"sideEffects": false,
|
||||
"scripts": {
|
||||
"dev": "DEV=true tsx helpers/build.ts",
|
||||
"build": "tsx helpers/build.ts",
|
||||
"test": "vitest run",
|
||||
"postinstall": "node scripts/postinstall.js"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue