HAL module: consumes CloudEvents from AMQP and forwards as email notifications
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

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