HAL module: consumes CloudEvents from AMQP and forwards as email notifications
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

10 wiersze
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. }