{
  "name": "@codeparticle/strapi-plugin-email",
  "version": "4.9.12",
  "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": {
    "@codeparticle/strapi-provider-email-sendmail": "^4.9.10",
    "@codeparticle/strapi-utils": "^4.9.10",
    "@strapi/design-system": "1.6.6",
    "@strapi/icons": "1.6.6",
    "lodash": "4.17.21",
    "prop-types": "^15.7.2",
    "react-intl": "6.3.2",
    "yup": "^0.32.9"
  },
  "devDependencies": {
    "@codeparticle/strapi-helper-plugin": "^4.9.10",
    "@testing-library/react": "12.1.4",
    "msw": "1.0.0",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-router-dom": "5.3.4",
    "styled-components": "5.3.3"
  },
  "peerDependencies": {
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-router-dom": "^5.3.4",
    "styled-components": "^5.3.3"
  },
  "engines": {
    "node": ">=14.19.1 <=18.x.x",
    "npm": ">=6.0.0"
  },
  "strapi": {
    "name": "email",
    "displayName": "Email",
    "description": "Configure your application to send emails.",
    "required": true,
    "kind": "plugin"
  }
}