juicy-emails
Version:
Send emails built from handlebars templates
29 lines (28 loc) • 677 B
JSON
{
"name": "juicy-emails",
"version": "1.0.2",
"description": "Send emails built from handlebars templates",
"type": "module",
"exports": "./lib/index.js",
"scripts": {
"tags": "git push --follow-tags",
"minor": "npm version minor && npm run tags",
"patch": "npm version patch && npm run tags"
},
"keywords": [
"email",
"html",
"templates",
"handlebars",
"juice"
],
"author": "Arnis Vuskans <ampatspell@gmail.com> (http://www.amateurinmotion.com/)",
"license": "MIT",
"dependencies": {
"glob": "^8.0.3",
"handlebars": "^4.7.7",
"html-to-text": "^8.2.0",
"juice": "^8.0.0",
"nodemailer": "^6.7.5"
}
}