UNPKG

xander-email

Version:

A library to facilitate the use of nodemailer

43 lines (42 loc) 1.02 kB
{ "name": "xander-email", "version": "1.2.2", "description": "A library to facilitate the use of nodemailer", "main": "index.js", "types": "lib/xander-email.d.ts", "exports": { ".": { "require": "./index.js", "types": "./lib/xander-email.d.ts", "default": "./index.js" }, "./package.json": "./package.json" }, "author": "ZaikoXander", "license": "MIT", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/ZaikoXander/xander-email.git" }, "keywords": [ "nodemailer", "nodemailer-plugin", "email", "mail", "views", "components", "variables", "typescript" ], "bugs": { "url": "https://github.com/ZaikoXander/xander-email/issues" }, "homepage": "https://github.com/ZaikoXander/xander-email#readme", "devDependencies": { "@types/node": "^18.7.13", "typescript": "^4.8.2" } }