{
  "name": "@strapi/plugin-email",
  "version": "4.13.6",
  "description": "Easily configure your Strapi application to send emails.",
  "repository": {
    "type": "git",
    "url": "git://github.com/strapi/strapi.git"
  },
  "license": "SEE LICENSE IN LICENSE",
  "author": {
    "name": "Strapi Solutions SAS",
    "email": "hi@strapi.io",
    "url": "https://strapi.io"
  },
  "maintainers": [
    {
      "name": "Strapi Solutions SAS",
      "email": "hi@strapi.io",
      "url": "https://strapi.io"
    }
  ],
  "scripts": {
    "test:front": "run -T cross-env IS_EE=true jest --config ./jest.config.front.js",
    "test:front:watch": "run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll",
    "test:front:ce": "run -T cross-env IS_EE=false jest --config ./jest.config.front.js",
    "test:front:watch:ce": "run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll",
    "lint": "run -T eslint ."
  },
  "dependencies": {
    "@strapi/design-system": "1.10.1",
    "@strapi/icons": "1.10.1",
    "@strapi/provider-email-sendmail": "4.13.6",
    "@strapi/utils": "4.13.6",
    "lodash": "4.17.21",
    "prop-types": "^15.8.1",
    "react-intl": "6.4.1",
    "react-query": "3.39.3",
    "yup": "0.32.9"
  },
  "devDependencies": {
    "@strapi/helper-plugin": "4.13.6",
    "@testing-library/react": "14.0.0",
    "msw": "1.3.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-router-dom": "5.3.4",
    "styled-components": "5.3.3"
  },
  "peerDependencies": {
    "react": "^17.0.0 || ^18.0.0",
    "react-dom": "^17.0.0 || ^18.0.0",
    "react-router-dom": "5.3.4",
    "styled-components": "5.3.3"
  },
  "engines": {
    "node": ">=16.0.0 <=20.x.x",
    "npm": ">=6.0.0"
  },
  "strapi": {
    "name": "email",
    "displayName": "Email",
    "description": "Configure your application to send emails.",
    "required": true,
    "kind": "plugin"
  },
  "gitHead": "d44586fa075f638f1953bda9623a985c7060e2ad"
}
