sever_email_with_verification/package.json
2025-12-07 16:05:58 +01:00

22 lines
465 B
JSON

{
"name": "emailsvr2",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^2.2.0",
"crypto": "^1.0.1",
"dotenv": "^17.2.3",
"express": "^5.1.0",
"express-rate-limit": "^8.2.1",
"mongoose": "^8.19.3",
"nodemailer": "^7.0.10",
"path": "^0.12.7"
}
}