http-response-handler
Version:
A comprehensive utility for standardizing HTTP responses in Node.js applications
29 lines (28 loc) • 546 B
JSON
{
"name": "backend",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "node app.js",
"dev": "nodemon app.js"
},
"type": "module",
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.5.3",
"nanoid": "^5.0.7",
"nodemailer": "^6.9.16"
},
"devDependencies": {
"morgan": "^1.10.0",
"nodemon": "^3.1.4"
}
}