11 lines
196 B
JSON
11 lines
196 B
JSON
{
|
|
"name": "action-send-mail",
|
|
"main": "main.js",
|
|
"dependencies": {
|
|
"@actions/core": "^1.11.1",
|
|
"@actions/glob": "^0.4.0",
|
|
"nodemailer": "^6.10.1",
|
|
"showdown": "^1.9.1"
|
|
}
|
|
}
|