server / package.json
BelikanM's picture
Switch to SendGrid API for email sending (SMTP blocked on HF Spaces)
352d951
raw
history blame contribute delete
516 Bytes
{
"name": "backend",
"version": "1.0.0",
"description": "Backend server for vehicle management app",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"@sendgrid/mail": "^8.1.3",
"cloudinary": "^1.41.0",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"mongodb": "^7.0.0",
"nodemailer": "^6.9.7"
},
"devDependencies": {
"pkg": "^5.8.1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs"
}