15 lines
302 B
JSON
15 lines
302 B
JSON
{
|
|
"name": "email-service",
|
|
"version": "1.0.0",
|
|
"description": "SMTP email notification service for Traceability Dashboard",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js"
|
|
},
|
|
"dependencies": {
|
|
"express": "^4.18.2",
|
|
"nodemailer": "^6.9.7",
|
|
"cors": "^2.8.5"
|
|
}
|
|
}
|