27 lines
636 B
JSON
27 lines
636 B
JSON
|
|
{
|
||
|
|
"name": "@prisma/engines-version",
|
||
|
|
"version": "6.1.0-21.11f085a2012c0f4778414c8db2651556ee0ef959",
|
||
|
|
"main": "index.js",
|
||
|
|
"types": "index.d.ts",
|
||
|
|
"license": "Apache-2.0",
|
||
|
|
"author": "Tim Suchanek <suchanek@prisma.io>",
|
||
|
|
"prisma": {
|
||
|
|
"enginesVersion": "11f085a2012c0f4778414c8db2651556ee0ef959"
|
||
|
|
},
|
||
|
|
"repository": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/prisma/engines-wrapper.git",
|
||
|
|
"directory": "packages/engines-version"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@types/node": "18.19.67",
|
||
|
|
"typescript": "4.9.5"
|
||
|
|
},
|
||
|
|
"files": [
|
||
|
|
"index.js",
|
||
|
|
"index.d.ts"
|
||
|
|
],
|
||
|
|
"scripts": {
|
||
|
|
"build": "tsc -d"
|
||
|
|
}
|
||
|
|
}
|