scraping-bootcamp-api / package.json
ShieldX's picture
Upload 2 files
85fba51 verified
raw
history blame contribute delete
595 Bytes
{
"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"
}
}