secure-mern
Version:
**A lightweight yet powerful npm package to supercharge security in MERN stack applications.** Built with **enterprise-grade architecture** in mind, Secure-MERN integrates essential security features with **minimal configuration**.
32 lines (31 loc) • 680 B
JSON
{
"name": "secure-mern",
"version": "4.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"MERN",
"Fullstack Development",
"Backend",
"secure"
],
"author": "jehankandy",
"license": "ISC",
"description": "",
"dependencies": {
"bcrypt": "^6.0.0",
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"csurf": "^1.11.0",
"dotenv": "^17.2.1",
"express": "^5.1.0",
"express-rate-limit": "^8.0.1",
"helmet": "^8.1.0",
"jsonwebtoken": "^9.0.2",
"morgan": "^1.10.1",
"nodemailer": "^7.0.5"
}
}