mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2024-11-10 05:51:07 +07:00
11 lines
195 B
JSON
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"
|
|
}
|
|
}
|