29 lines
631 B
JSON
29 lines
631 B
JSON
{
|
|
"name": "@repo/db",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "src/index.ts",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"type": "commonjs",
|
|
"exports": {
|
|
"./client": "./src/index.ts",
|
|
"./shared/schemas" : "./shared/schemas/index.ts",
|
|
"./usedSchemas" : "./usedSchemas/index.ts"
|
|
},
|
|
"dependencies": {
|
|
"@prisma/client": "^6.7.0",
|
|
"prisma-zod-generator": "^0.8.13"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.15.17",
|
|
"prisma": "^6.7.0",
|
|
"tsx": "^4.19.4",
|
|
"typescript": "^5.8.2"
|
|
}
|
|
}
|