{
  "name": "strapi-plugin-email",
  "version": "3.6.8",
  "description": "Easily configure your Strapi application to send emails.",
  "strapi": {
    "name": "Email",
    "icon": "paper-plane",
    "description": "email.plugin.description",
    "required": true
  },
  "scripts": {
    "test": "echo \"no tests yet\""
  },
  "dependencies": {
    "lodash": "4.17.21",
    "strapi-provider-email-sendmail": "3.6.8",
    "strapi-utils": "3.6.8"
  },
  "devDependencies": {
    "rimraf": "3.0.2",
    "strapi-helper-plugin": "3.6.8"
  },
  "author": {
    "name": "Strapi team",
    "email": "hi@strapi.io",
    "url": "https://strapi.io"
  },
  "maintainers": [
    {
      "name": "Strapi team",
      "email": "hi@strapi.io",
      "url": "https://strapi.io"
    }
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/strapi/strapi.git"
  },
  "engines": {
    "node": ">=10.16.0 <=14.x.x",
    "npm": ">=6.0.0"
  },
  "license": "SEE LICENSE IN LICENSE",
  "gitHead": "8972d78e8d1783ded6089d0318bfb62aff8e6962"
}
