send-mail/package.json
2021-07-13 18:20:02 +02:00

11 lines
195 B
JSON

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