@toobstudio/send-email
Version:
Secure SDK for sending emails using the TOOB Mail API
33 lines (32 loc) • 625 B
JSON
{
"name": "@toobstudio/send-email",
"version": "1.1.4",
"description": "Secure SDK for sending emails using the TOOB Mail API",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc"
},
"keywords": [
"email",
"sdk",
"email-api",
"mailer",
"aws-ses",
"secure-email",
"node-email",
"typescript",
"toob",
"toobstudio",
"hmac-auth",
"api-client",
"email-sender"
],
"author": "TOOB Creative Studio",
"license": "MIT",
"type": "commonjs",
"devDependencies": {
"typescript": "^5.4.0",
"@types/node": "^20.0.0"
}
}