Aero-Ex's picture
Add files using upload-large-folder tool
f5e4fdb verified
Raw
History Blame Contribute Delete
1.08 kB
{
"name": "@prisma/engines",
"version": "6.3.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.9",
"@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.3.0-17.acc0b9dd43eb689cbd20c9470515d719db10d0b0",
"@prisma/debug": "6.3.1",
"@prisma/fetch-engine": "6.3.1",
"@prisma/get-platform": "6.3.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"
}
}