33 lines
754 B
JSON
33 lines
754 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",
|
|
"./types": "./types/index.ts"
|
|
},
|
|
"dependencies": {
|
|
"@prisma/adapter-pg": "^7.0.1",
|
|
"@prisma/client": "^7.0.0",
|
|
"prisma-zod-generator": "^2.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bcrypt": "^5.0.2",
|
|
"@types/node": "^22.15.17",
|
|
"bcrypt": "^5.1.1",
|
|
"prisma": "^7.0.0",
|
|
"tsx": "^4.19.4",
|
|
"typescript": "^5.8.2"
|
|
}
|
|
}
|