{ "name": "emailjs", "description": "send text/html emails and attachments (files, streams and strings) from node.js to any smtp server", "version": "3.7.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.23322", "@rollup/plugin-typescript": "8.3.1", "@types/mailparser": "3.4.0", "@types/node": "17.0.21", "@types/smtp-server": "3.5.7", "@typescript-eslint/eslint-plugin": "5.15.0", "@typescript-eslint/parser": "5.15.0", "ava": "3.15.0", "eslint": "7.32.0", "eslint-config-prettier": "8.5.0", "eslint-plugin-prettier": "4.0.0", "mailparser": "3.4.0", "prettier": "2.6.0", "rollup": "2.70.1", "smtp-server": "3.10.0", "ts-node": "10.7.0", "tslib": "2.3.1", "typescript": "4.6.2" }, "resolutions": { "nodemailer": "6.7.2" }, "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" }