{ "name": "emailnotification", "version": "2.0.1", "description": "", "main": "index.mjs", "type": "module", "scripts": { "dev": "nodemon index.mjs" }, "repository": { "type": "git", "url": "https://git.amigogroup.id/michael.pandu/emailNotification.git" }, "author": "Michael Pandu", "license": "ISC", "dependencies": { "@sendgrid/mail": "^8.1.0", "amqplib": "^0.10.3", "body-parser": "^1.20.1", "cors": "^2.8.5", "dotenv": "^16.0.3", "express": "^4.18.2", "nodemailer": "^6.9.0", "nodemon": "^2.0.20", "sib-api-v3-sdk": "^8.5.0" } }