react-email-sender-adapters
Version:
A unified interface for sending react-email emails across multiple email services.
70 lines • 1.74 kB
JSON
{
"name": "react-email-sender-adapters",
"version": "0.2.10",
"description": "A unified interface for sending react-email emails across multiple email services.",
"main": "dist/index.js",
"type": "module",
"exports": {
".": "./dist/index.js",
"./to-console": "./dist/to-console.js",
"./to-aws-ses": "./dist/to-aws-ses.js",
"./to-mailchannels": "./dist/to-mailchannels.js",
"./to-azure-communication": "./dist/to-azure-communication.js",
"./to-zeptomail": "./dist/to-zeptomail.js"
},
"types": "dist/index.d.ts",
"typesVersions": {
"*": {
"to-console": [
"dist/to-console.d.ts"
],
"to-aws-ses": [
"dist/to-aws-ses.d.ts"
],
"to-mailchannels": [
"dist/to-mailchannels.d.ts"
],
"to-azure-communication": [
"dist/to-azure-communication.d.ts"
],
"to-zeptomail": [
"dist/to-zeptomail.d.ts"
]
}
},
"keywords": [
"email",
"react-email",
"mailchannels",
""
],
"author": "Stephan Troyer",
"repository": {
"type": "git",
"url": "git+https://github.com/stephtr/react-email-sender-adapters.git"
},
"license": "MIT",
"optionalDependencies": {
"@react-email/render": "^1"
},
"peerDependencies": {
"@azure/communication-email": "^1",
"@azure/core-rest-pipeline": "^1",
"@react-email/render": "^1",
"react": "^18 || ^19"
},
"devDependencies": {
"@azure/communication-email": "^1.0.0",
"@azure/core-rest-pipeline": "^1.0.0",
"@types/node": "^20.12.7",
"@types/react": "^18.2.78",
"typescript": "^5.4.5"
},
"dependencies": {
"aws4fetch": "1.0.20",
"mimetext": "^3.0.27"
},
"scripts": {
"build": "tsc"
}
}