UNPKG

@jubayer_shuvo/mailer-js

Version:

A lightweight and easy-to-use Node.js mailer utility supporting TypeScript and JavaScript.

46 lines (45 loc) 1.03 kB
{ "name": "@jubayer_shuvo/mailer-js", "version": "1.0.3", "description": "A lightweight and easy-to-use Node.js mailer utility supporting TypeScript and JavaScript.", "main": "dist/index.js", "types": "dist/index.d.ts", "type": "commonjs", "exports": { "import": "./dist/index.js", "require": "./dist/index.js" }, "keywords": [ "mailer", "email", "smtp", "typescript", "nodejs", "sendmail", "javascript", "nodemailer", "email-sender" ], "author": "Md Jubayer <mdjubayerislamshuvo34@gmail.com>", "repository": { "type": "git", "url": "https://github.com/jubayershuvo/mailer-js.git" }, "homepage": "https://github.com/jubayershuvo/mailer-js#readme", "bugs": { "url": "https://github.com/jubayershuvo/mailer-js/issues" }, "scripts": { "build": "tsc", "prepare": "npm run build" }, "files": [ "dist", "README.md" ], "license": "MIT", "devDependencies": { "@types/node": "^24.0.1", "typescript": "^5.8.3" } }