send-mail/package.json
Javier de Pedro López db36373cbe
🤘 Implementation for #59 to support username and password as optional (#60)
Co-authored-by: Dawid Dziurla <dawidd0811@gmail.com>
2021-06-14 20:04:27 +02:00

10 lines
164 B
JSON

{
"name": "action-send-mail",
"main": "main.js",
"dependencies": {
"@actions/core": "^1.2.7",
"nodemailer": "^6.4.17",
"showdown": "^1.9.1"
}
}