UNPKG

nodemailer-mailjet-transport

Version:
73 lines (72 loc) 1.91 kB
{ "name": "nodemailer-mailjet-transport", "version": "1.0.4", "description": "Mailjet transport for Nodemailer", "main": "index.js", "scripts": { "eslint": "eslint lib test index.js --fix", "remark": "remark .", "lint": "npm run eslint && npm run remark", "test": "mocha", "test:travis": "npm install && npm install nodemailer@$NODEMAILER_VERSION && npm test", "coverage": "nyc --reporter=html --reporter=text mocha", "coveralls": "nyc report --reporter=text-lcov | coveralls" }, "author": { "name": "Artem Grechko", "url": "https://github.com/lliu33" }, "license": "MIT", "homepage": "https://github.com/lliu33/nodemailer-mailjet-transport", "repository": { "type": "git", "url": "git@github.com:lliu33/nodemailer-mailjet-transport.git" }, "bugs": { "url": "https://github.com/lliu33/nodemailer-mailjet-transport/issues" }, "keywords": [ "nodemailer", "mailjet" ], "nyc": { "all": true, "include": [ "lib/**/*.js" ] }, "remarkConfig": { "plugins": [ "remark-preset-lint-recommended" ] }, "peerDependencies": { "nodemailer": ">=4.x" }, "devDependencies": { "chai": "^4.3.4", "chai-as-promised": "^7.1.1", "coveralls": "^3.1.0", "dirty-chai": "^2.0.1", "eslint": "^7.27.0", "eslint-config-standard": "^16.0.3", "eslint-plugin-import": "^2.23.4", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^5.1.0", "eslint-plugin-standard": "^5.0.0", "mocha": "^9.0.0", "nodemailer": "^6.6.1", "nyc": "^15.1.0", "remark": "^13.0.0", "remark-cli": "^9.0.0", "remark-preset-lint-recommended": "^5.0.0" }, "dependencies": { "addressparser": "^1.0.1", "async": "^3.2.0", "bluebird": "^3.7.2", "dotenv": "^10.0.0", "node-mailjet": "^3.3.4", "nodemailer-build-attachment": "^3.0.0" } }