Spaces:
Sleeping
Sleeping
File size: 595 Bytes
3c21989 85fba51 3c21989 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | {
"name": "scraping-bootcamp-backend",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@prisma/client": "^6.19.2",
"axios": "^1.13.6",
"bcrypt": "^6.0.0",
"cloudinary": "^1.41.3",
"cors": "^2.8.6",
"dotenv": "^17.3.1",
"express": "^5.2.1",
"jsonwebtoken": "^9.0.3",
"multer": "^2.1.1",
"multer-storage-cloudinary": "^4.0.0",
"nodemailer": "^8.0.2",
"prisma": "^6.19.2"
}
}
|