{
  "_from": "@strapi/plugin-email@4.12.7",
  "_id": "@strapi/plugin-email@4.12.7",
  "_inBundle": false,
  "_integrity": "sha512-trDovwklpQo4XWLyYyidpk65ooDteEMF/WICUYwclm5FRZ5Yi4g2vTa+6QSNwJXCk+ZwQXGlpCGG3Lw3yzkADA==",
  "_location": "/@strapi/plugin-email",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@strapi/plugin-email@4.12.7",
    "name": "@strapi/plugin-email",
    "escapedName": "@strapi%2fplugin-email",
    "scope": "@strapi",
    "rawSpec": "4.12.7",
    "saveSpec": null,
    "fetchSpec": "4.12.7"
  },
  "_requiredBy": [
    "/@strapi/strapi"
  ],
  "_resolved": "https://registry.npmjs.org/@strapi/plugin-email/-/plugin-email-4.12.7.tgz",
  "_shasum": "9b48ca16172386e119908b4998992cba03db864d",
  "_spec": "@strapi/plugin-email@4.12.7",
  "_where": "/home/ghf/system/node_modules/@strapi/strapi",
  "author": {
    "name": "Strapi Solutions SAS",
    "email": "hi@strapi.io",
    "url": "https://strapi.io"
  },
  "bugs": {
    "url": "https://github.com/strapi/strapi/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@strapi/design-system": "1.9.0",
    "@strapi/icons": "1.9.0",
    "@strapi/provider-email-sendmail": "4.12.7",
    "@strapi/utils": "4.12.7",
    "lodash": "4.17.21",
    "prop-types": "^15.8.1",
    "react-intl": "6.4.1",
    "yup": "0.32.9"
  },
  "deprecated": false,
  "description": "Easily configure your Strapi application to send emails.",
  "devDependencies": {
    "@strapi/helper-plugin": "4.12.7",
    "@testing-library/react": "14.0.0",
    "msw": "1.2.1",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-router-dom": "5.3.4",
    "styled-components": "5.3.3"
  },
  "engines": {
    "node": ">=16.0.0 <=20.x.x",
    "npm": ">=6.0.0"
  },
  "gitHead": "fefc4a24acc60a59c00049e67a99ec1069be2add",
  "homepage": "https://github.com/strapi/strapi#readme",
  "license": "SEE LICENSE IN LICENSE",
  "maintainers": [
    {
      "name": "Strapi Solutions SAS",
      "email": "hi@strapi.io",
      "url": "https://strapi.io"
    }
  ],
  "name": "@strapi/plugin-email",
  "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"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/strapi/strapi.git"
  },
  "scripts": {
    "lint": "run -T eslint .",
    "test:front": "run -T cross-env IS_EE=true jest --config ./jest.config.front.js",
    "test:front:ce": "run -T cross-env IS_EE=false 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:watch:ce": "run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"
  },
  "strapi": {
    "name": "email",
    "displayName": "Email",
    "description": "Configure your application to send emails.",
    "required": true,
    "kind": "plugin"
  },
  "version": "4.12.7"
}
