{ "name": "emailjs", "description": "send text/html emails and attachments (files, streams and strings) from node.js to any smtp server", "version": "3.5.0", "author": "eleith", "contributors": [ "izuzak", "Hiverness", "mscdex", "jimmybergman", "zackschuster" ], "repository": { "type": "git", "url": "http://github.com/eleith/emailjs.git" }, "type": "module", "devDependencies": { "@ledge/configs": "23.3.23232", "@rollup/plugin-typescript": "8.2.5", "@types/mailparser": "3.0.3", "@types/node": "16.7.4", "@types/smtp-server": "3.5.7", "@typescript-eslint/eslint-plugin": "4.29.3", "@typescript-eslint/parser": "4.29.3", "ava": "3.15.0", "eslint": "7.32.0", "eslint-config-prettier": "8.3.0", "eslint-plugin-prettier": "3.4.1", "mailparser": "3.3.0", "prettier": "2.3.2", "rollup": "2.56.3", "smtp-server": "3.9.0", "ts-node": "10.2.1", "tslib": "2.3.1", "typescript": "4.3.4" }, "resolutions": { "nodemailer": "6.6.3" }, "engines": { "node": ">=10" }, "files": [ "email.ts", "smtp", "rollup" ], "main": "./rollup/email.cjs", "types": "./email.ts", "exports": { "import": "./rollup/email.mjs", "require": "./rollup/email.cjs" }, "scripts": { "build": "rollup -c rollup.config.ts", "lint": "eslint *.ts \"+(smtp|test)/*.ts\"", "tsc": "tsc", "test": "ava", "pretest-cjs": "npm run build", "test-cjs": "npm run test -- --node-arguments='--title=cjs'" }, "license": "MIT" }