email_server/package.json
2025-12-07 16:57:53 +01:00

18 lines
355 B
JSON

{
"name": "emailsvr1",
"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",
"dotenv": "^17.2.3",
"express": "^5.1.0",
"nodemailer": "^7.0.10"
}
}