@hemia/email-sender
Version:
Librería de envío de correos compatible con plantillas EJS y MJML, basada en Nodemailer.
52 lines (51 loc) • 1.36 kB
JSON
{
"name": "@hemia/email-sender",
"version": "0.0.2",
"description": "Librería de envío de correos compatible con plantillas EJS y MJML, basada en Nodemailer.",
"main": "dist/hemia-email-sender.js",
"module": "dist/hemia-email-sender.esm.js",
"types": "dist/types/index.d.ts",
"scripts": {
"clean": "rimraf dist",
"tscBuild": "rollup -c",
"build": "npm run clean && npm run tscBuild",
"prepublishOnly": "npm run build",
"test": "jest --passWithNoTests --detectOpenHandles"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^26.0.3",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@types/ejs": "^3.1.5",
"@types/jest": "^29.5.14",
"@types/mjml": "^4.7.4",
"@types/nodemailer": "^6.4.17",
"ejs": "^3.1.10",
"jest": "^29.7.0",
"mjml": "^4.7.1",
"nodemailer": "^6.9.16",
"rimraf": "^6.0.1",
"rollup": "^4.20.0",
"rollup-plugin-typescript2": "^0.36.0",
"ts-jest": "^29.2.5",
"typescript": "^5.5.4"
},
"author": "Hemia Technologies",
"license": "MIT",
"keywords": [
"email",
"mailer",
"nodemailer",
"ejs",
"mjml",
"typescript",
"html-emails",
"template-emails",
"hemia"
],
"files": [
"dist"
]
}