GIF89a
{
"name": "news_app",
"version": "1.0.0",
"description": "Building a scalable and secure backend for a modern mobile application using Node.js, Express, and MongoDB. Focused on API development, authentication, database management, and performance optimization.",
"main": "server.js",
"type": "module",
"scripts": {
"start": "nodemon server.js",
"dev": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git remote add origin https://github.com/Rohitiwari297/NEW_APP_BACKEND.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt": "^6.0.0",
"cookie-parser": "^1.4.7",
"cors": "^2.8.6",
"dotenv": "^17.4.2",
"express": "^5.2.1",
"jsonwebtoken": "^9.0.3",
"mongoose": "^9.6.2",
"morgan": "^1.10.1",
"multer": "^2.1.1",
"nodemon": "^3.1.14"
}
}