Files
send-mail/package.json

12 lines
215 B
JSON
Raw Normal View History

2020-02-29 23:01:03 +01:00
{
"name": "action-send-mail",
"type": "module",
2020-02-29 23:01:03 +01:00
"main": "main.js",
"dependencies": {
"@actions/core": "^3.0.0",
"@actions/glob": "^0.6.1",
"nodemailer": "^7.0.13",
"showdown": "^1.9.1"
2020-02-29 23:01:03 +01:00
}
}