2020-03-01 05:01:03 +07:00
|
|
|
{
|
|
|
|
"name": "action-send-mail",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "An action that simply sends a mail to multiple recipients.",
|
|
|
|
"main": "main.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/dawidd6/action-send-mail.git"
|
|
|
|
},
|
|
|
|
"author": "dawidd6",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/dawidd6/action-send-mail/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/dawidd6/action-send-mail#readme",
|
|
|
|
"dependencies": {
|
2020-08-30 17:08:22 +07:00
|
|
|
"@actions/core": "^1.2.5",
|
|
|
|
"nodemailer": "^6.4.11"
|
2020-03-01 05:01:03 +07:00
|
|
|
}
|
|
|
|
}
|