{
  "name": "nodemailer-postmark-transport",
  "description": "Postmark transport for Nodemailer",
  "version": "7.0.0",
  "main": "./index.js",
  "types": "./index.d.ts",
  "files": [
    "lib/**.*",
    "index.js",
    "index.d.ts"
  ],
  "engines": {
    "node": ">=20"
  },
  "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.7"
  },
  "peerDependencies": {
    "nodemailer": "^7.0.0 || ^8.0.0"
  },
  "devDependencies": {
    "@commitlint/cli": "^19.8.1",
    "@commitlint/config-conventional": "^19.8.1",
    "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.32.0",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^6.6.0",
    "eslint-plugin-standard": "^4.1.0",
    "husky": "^8.0.3",
    "mocha": "^11.7.5",
    "nodemailer": "^8.0.7",
    "npm-check-updates": "^17.1.18",
    "nyc": "^17.1.0",
    "remark-cli": "^12.0.1",
    "remark-preset-lint-recommended": "^7.0.1"
  }
}
