UNPKG

nodemailer-postmark-transport

Version:
85 lines (84 loc) 2.14 kB
{ "name": "nodemailer-postmark-transport", "description": "Postmark transport for Nodemailer", "version": "6.0.1", "main": "./index.js", "types": "./index.d.ts", "files": [ "lib/**.*", "index.js", "index.d.ts" ], "engines": { "node": ">=18" }, "keywords": [ "nodemailer", "postmark", "transport", "attachments" ], "author": { "name": "Alexey Kucherenko", "url": "https://github.com/killmenot" }, "license": "MIT", "homepage": "https://github.com/killmenot/nodemailer-postmark-transport", "repository": { "type": "git", "url": "git@github.com:killmenot/nodemailer-postmark-transport.git" }, "bugs": { "url": "https://github.com/killmenot/nodemailer-postmark-transport/issues" }, "scripts": { "bump:deps": "ncu --target minor -u", "eslint": "eslint lib test index.js --fix", "remark": "remark .", "lint": "npm run eslint && npm run remark", "test": "mocha", "test-coverage": "nyc --reporter=html --reporter=text mocha", "test-coveralls": "nyc report --reporter=text-lcov > ./coverage/lcov.info", "prepare": "husky install" }, "nyc": { "all": true, "include": [ "lib/**/*.js" ] }, "remarkConfig": { "plugins": [ "remark-preset-lint-recommended" ] }, "dependencies": { "addressparser": "^1.0.1", "async": "^3.2.6", "nodemailer-build-attachment": "^3.0.0", "postmark": "^4.0.5" }, "peerDependencies": { "nodemailer": ">=6.x" }, "devDependencies": { "@commitlint/cli": "^19.5.0", "@commitlint/config-conventional": "^19.5.0", "chai": "^4.5.0", "coveralls": "^3.1.1", "dirty-chai": "^2.0.1", "eslint": "^8.57.1", "eslint-config-standard": "^17.1.0", "eslint-plugin-import": "^2.30.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^6.6.0", "eslint-plugin-standard": "^4.1.0", "husky": "^8.0.3", "mocha": "^8.4.0", "nodemailer": "^6.9.15", "npm-check-updates": "^17.1.3", "nyc": "^17.1.0", "remark-cli": "^12.0.1", "remark-preset-lint-recommended": "^7.0.0" } }