{
  "name": "@strapi/provider-email-nodemailer",
  "version": "4.2.2",
  "description": "Nodemailer provider for Strapi 3",
  "keywords": [
    "strapi",
    "email",
    "provider",
    "nodemailer"
  ],
  "homepage": "https://strapi.io",
  "bugs": {
    "url": "https://github.com/strapi/strapi/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/strapi/strapi.git"
  },
  "license": "SEE LICENSE IN LICENSE",
  "author": {
    "name": "Yurii Tykhomyrov"
  },
  "maintainers": [
    {
      "name": "Strapi Solutions SAS",
      "email": "hi@strapi.io",
      "url": "https://strapi.io"
    }
  ],
  "contributors": [
    {
      "name": "Veit Bjarsch",
      "email": "vb@poweruplink.com",
      "url": "https://poweruplink.com"
    },
    {
      "name": "Saunved Mutalik"
    },
    {
      "name": "Robert Schäfer",
      "email": "git@roschaefer.de"
    }
  ],
  "main": "./lib",
  "directories": {
    "lib": "./lib"
  },
  "scripts": {
    "test": "echo \"no tests yet\""
  },
  "dependencies": {
    "lodash": "4.17.21",
    "nodemailer": "6.7.3"
  },
  "engines": {
    "node": ">=14.19.1 <=16.x.x",
    "npm": ">=6.0.0"
  }
}
