PackagePurposeInstall Command
Express.jsBuild web servers and APIsnpm install express
NodemonAuto-restart server during developmentnpm install nodemon
MongooseConnect and manage MongoDB databasenpm install mongoose
dotenvStore environment variables (API keys, DB URL)npm install dotenv
corsAllow frontend apps to access backend APIsnpm install cors
jsonwebtokenCreate authentication tokens for login systemsnpm install jsonwebtoken
bcryptSecurely hash passwordsnpm install bcrypt
multerUpload files/imagesnpm install multer
nodemailerSend emails (OTP, notifications, password reset)npm install nodemailer