40 lines
1 KiB
JSON
40 lines
1 KiB
JSON
|
|
{
|
||
|
|
"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"
|
||
|
|
}
|
||
|
|
}
|