HAL module: consumes CloudEvents from AMQP and forwards as email notifications
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.

10 line
157B

  1. {
  2. "name": "amqp-email-forwarder",
  3. "version": "1.0.0",
  4. "private": true,
  5. "dependencies": {
  6. "amqplib": "^0.10.4",
  7. "nodemailer": "^6.9.15"
  8. }
  9. }