{ "name": "emailjs", "description": "send text/html emails and attachments (files, streams and strings) from node.js to any smtp server", "version": "4.0.0", "license": "MIT", "author": "eleith", "contributors": [ "izuzak", "Hiverness", "mscdex", "jimmybergman", "zackschuster" ], "repository": { "type": "git", "url": "http://github.com/eleith/emailjs.git" }, "type": "module", "types": "./email.ts", "exports": "./email.js", "engines": { "node": ">=12" }, "files": [ "email.js", "email.ts", "smtp" ], "scripts": { "build": "rollup -c rollup.config.ts", "lint": "eslint *.ts \"+(smtp|test)/*.ts\"", "prepublishOnly": "eslint --fix email.js", "pretest": "yarn build", "test": "ava" }, "packageManager": "yarn@1.22.19", "devDependencies": { "@ledge/configs": "23.3.23322", "@rollup/plugin-typescript": "8.3.4", "@types/mailparser": "3.4.0", "@types/node": "12.20.55", "@types/smtp-server": "3.5.7", "@typescript-eslint/eslint-plugin": "5.31.0", "@typescript-eslint/parser": "5.31.0", "ava": "4.3.1", "eslint": "8.20.0", "eslint-config-prettier": "8.5.0", "eslint-plugin-prettier": "4.2.1", "mailparser": "3.5.0", "prettier": "2.7.1", "rollup": "2.77.2", "smtp-server": "3.11.0", "ts-node": "10.9.1", "tslib": "2.4.0", "typescript": "4.3.5" }, "peerDependencies": { "typescript": ">=4.3.5" }, "peerDependenciesMeta": { "typescript": { "optional": true } } }