mirror of
https://github.com/oven-sh/bun
synced 2026-02-11 19:38:58 +00:00
* check * fmt + fix * fmt * ops * add more targets * more targets * oops * update bun lock and prisma * manually add openssl * targets on sqlite
19 lines
342 B
JSON
19 lines
342 B
JSON
{
|
|
"name": "prisma",
|
|
"module": "index.ts",
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"bun-types": "0.7.0",
|
|
"prisma": "5.1.1"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "5.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@prisma/client": "5.1.1"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "prisma generate --schema=./prisma/schema.prisma"
|
|
}
|
|
}
|