mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2026-01-31 11:30:29 +07:00
* Initial plan * Convert CommonJS imports to ESM Co-authored-by: dawidd6 <9713907+dawidd6@users.noreply.github.com> * Use node: protocol prefix for built-in modules Co-authored-by: dawidd6 <9713907+dawidd6@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: dawidd6 <9713907+dawidd6@users.noreply.github.com>
12 lines
215 B
JSON
12 lines
215 B
JSON
{
|
|
"name": "action-send-mail",
|
|
"type": "module",
|
|
"main": "main.js",
|
|
"dependencies": {
|
|
"@actions/core": "^3.0.0",
|
|
"@actions/glob": "^0.6.1",
|
|
"nodemailer": "^7.0.13",
|
|
"showdown": "^1.9.1"
|
|
}
|
|
}
|