{
  "name": "@tryghost/nodemailer",
  "version": "0.3.45",
  "repository": "https://github.com/TryGhost/framework/tree/main/packages/nodemailer",
  "author": "Ghost Foundation",
  "license": "MIT",
  "main": "index.js",
  "scripts": {
    "dev": "echo \"Implement me!\"",
    "test": "NODE_ENV=testing c8 --all --check-coverage --reporter text --reporter cobertura mocha './test/**/*.test.js'",
    "lint": "eslint . --ext .js --cache",
    "posttest": "yarn lint"
  },
  "files": [
    "index.js",
    "lib"
  ],
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "c8": "10.1.2",
    "mocha": "10.6.0",
    "should": "13.2.3",
    "sinon": "18.0.0"
  },
  "dependencies": {
    "@aws-sdk/client-ses": "^3.31.0",
    "@tryghost/errors": "^1.3.5",
    "nodemailer": "^6.6.3",
    "nodemailer-direct-transport": "^3.3.2",
    "nodemailer-mailgun-transport": "^2.1.5",
    "nodemailer-stub-transport": "^1.1.0"
  },
  "gitHead": "d3d489cb44ac3d4e35e21388d48ee0d94e496d86"
}
