Files
2026-07-13 12:32:25 +08:00

17 lines
309 B
JSON

{
"name": "ses-email-action",
"version": "0.1.0",
"description": "",
"main": "index.js",
"keywords": [],
"author": "dolthub",
"license": "ISC",
"scripts": {
"build": "ncc build index.js"
},
"dependencies": {
"@actions/core": "^1.11.1",
"@aws-sdk/client-ses": "^3.1038.0"
}
}