digri-email-sender
Version:
Lightweight utility to send HTML emails using AWS SES, with optional tenant tracking and configuration set support.
50 lines • 1.2 kB
JSON
{
"name": "digri-email-sender",
"version": "1.0.6",
"description": "Lightweight utility to send HTML emails using AWS SES, with optional tenant tracking and configuration set support.",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"require": "./dist/index.js",
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"files": [
"dist"
],
"type": "module",
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/gyanminda/digri-mail-services.git"
},
"keywords": [
"digri",
"email",
"aws-ses",
"email-sender",
"typescript",
"ses",
"mailer"
],
"author": "digri.ai",
"license": "ISC",
"bugs": {
"url": "https://github.com/gyanminda/digri-mail-services/issues"
},
"homepage": "https://github.com/gyanminda/digri-mail-services#readme",
"dependencies": {
"@aws-sdk/client-ses": "^3.857.0"
},
"devDependencies": {
"typescript": "^5.9.2",
"@types/node": "^20.4.0"
}
}