NeahOpti/node_modules/@prisma/engines/package.json
2025-04-22 12:49:37 +02:00

41 lines
1.1 KiB
JSON

{
"name": "@prisma/engines",
"version": "6.4.1",
"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.10.11",
"@swc/jest": "0.2.37",
"@types/jest": "29.5.14",
"@types/node": "18.19.31",
"execa": "5.1.1",
"jest": "29.7.0",
"typescript": "5.4.5"
},
"dependencies": {
"@prisma/engines-version": "6.4.0-29.a9055b89e58b4b5bfb59600785423b1db3d0e75d",
"@prisma/debug": "6.4.1",
"@prisma/fetch-engine": "6.4.1",
"@prisma/get-platform": "6.4.1"
},
"files": [
"dist",
"download",
"scripts"
],
"sideEffects": false,
"scripts": {
"dev": "DEV=true tsx helpers/build.ts",
"build": "tsx helpers/build.ts",
"test": "jest --passWithNoTests",
"postinstall": "node scripts/postinstall.js"
}
}