You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
551 B

  1. {
  2. "name": "emailnotification",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.mjs",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://git.amigogroup.id/michael.pandu/emailNotification.git"
  12. },
  13. "author": "Michael Pandu",
  14. "license": "ISC",
  15. "dependencies": {
  16. "amqplib": "^0.10.3",
  17. "body-parser": "^1.20.1",
  18. "cors": "^2.8.5",
  19. "dotenv": "^16.0.3",
  20. "express": "^4.18.2",
  21. "nodemailer": "^6.9.0",
  22. "nodemon": "^2.0.20"
  23. }
  24. }