HotTRDealsBackend/package.json
2026-02-09 21:47:55 +00:00

44 lines
1000 B
JSON

{
"name": "backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"prisma": {
"seed": "node prisma/seed.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"@aws-sdk/client-s3": "^3.985.0",
"@prisma/client": "^6.18.0",
"@shared/contracts": "file:../Contracts",
"axios": "^1.11.0",
"bcryptjs": "^3.0.2",
"bullmq": "^5.67.0",
"contracts": "^0.4.0",
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
"express": "^5.1.0",
"jsonwebtoken": "^9.0.2",
"multer": "^2.0.2",
"openai": "^6.16.0",
"sharp": "^0.34.5",
"uuid": "^13.0.0",
"zod": "^4.1.12"
},
"devDependencies": {
"@types/cors": "^2.8.19",
"@types/express": "^5.0.5",
"@types/node": "^24.9.2",
"dependency-cruiser": "^17.2.0",
"prisma": "^6.18.0",
"ts-node": "^10.9.2",
"typescript": "^5.9.3"
}
}