action-send-mail/package.json
2025-06-08 23:43:24 +08:00

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"
}
}