{
  "name": "strapi-plugin-easyemail",
  "version": "0.1.0",
  "description": "Drag-and-drop MJML email designer for Strapi v5, powered by EasyEmail Pro.",
  "keywords": [
    "strapi",
    "plugin",
    "email",
    "mjml",
    "easyemail",
    "newsletter",
    "marketing"
  ],
  "type": "commonjs",
  "license": "MIT",
  "author": {
    "name": "Ryan (EasyEmail Pro)",
    "email": "ryan@beacas.com",
    "url": "https://www.easyemail.pro/"
  },
  "homepage": "https://www.easyemail.pro/",
  "repository": {
    "type": "git",
    "url": "https://github.com/Easy-Email-Pro/strapi-plugin-easyemail.git"
  },
  "exports": {
    "./package.json": "./package.json",
    "./strapi-admin": {
      "types": "./dist/src/index.d.ts",
      "source": "./admin/src/index.ts",
      "import": "./dist/admin/index.mjs",
      "require": "./dist/admin/index.js",
      "default": "./dist/admin/index.js"
    },
    "./strapi-server": {
      "types": "./dist/src/index.d.ts",
      "source": "./server/src/index.ts",
      "import": "./dist/server/index.mjs",
      "require": "./dist/server/index.js",
      "default": "./dist/server/index.js"
    }
  },
  "files": [
    "dist",
    "templates"
  ],
  "scripts": {
    "build": "strapi-plugin build",
    "watch": "strapi-plugin watch",
    "watch:link": "strapi-plugin watch:link",
    "verify": "strapi-plugin verify",
    "test:ts:back": "tsc -p server/tsconfig.json --noEmit",
    "test:ts:front": "tsc -p admin/tsconfig.json --noEmit"
  },
  "dependencies": {
    "@arco-themes/react-easy-email-pro": "^0.0.1",
    "@types/mjml": "^5.0.0",
    "easy-email-pro-asset-manager": "^1.57.10",
    "easy-email-pro-core": "^1.57.10",
    "easy-email-pro-editor": "^1.57.10",
    "easy-email-pro-kit": "^1.57.10",
    "easy-email-pro-localization": "^1.57.10",
    "easy-email-pro-modern": "^1.56.10",
    "easy-email-pro-plugins": "^1.57.10",
    "easy-email-pro-theme": "^1.57.10",
    "liquidjs": "^10.16.0",
    "mjml-browser": "^4.15.3"
  },
  "devDependencies": {
    "@strapi/design-system": "^2.0.0",
    "@strapi/icons": "^2.0.0",
    "@strapi/sdk-plugin": "^6.1.0",
    "@strapi/strapi": "^5.0.0",
    "@strapi/typescript-utils": "^5.0.0",
    "@strapi/utils": "^5.0.0",
    "@types/react": "^18.3.0",
    "@types/react-dom": "^18.3.0",
    "@types/react-router-dom": "^5.3.3",
    "prettier": "^3.3.3",
    "react": "^18.3.0",
    "react-dom": "^18.3.0",
    "react-intl": "^6.6.0",
    "react-router-dom": "^6.20.0",
    "styled-components": "^6.1.0",
    "typescript": "^5.4.0"
  },
  "peerDependencies": {
    "@strapi/strapi": "^5.0.0",
    "react": "^17.0.0 || ^18.0.0",
    "react-dom": "^17.0.0 || ^18.0.0",
    "react-router-dom": "^6.0.0",
    "styled-components": "^6.0.0"
  },
  "engines": {
    "node": ">=18.0.0 <=22.x.x",
    "npm": ">=6.0.0"
  },
  "strapi": {
    "name": "easyemail",
    "displayName": "EasyEmail",
    "description": "Drag-and-drop MJML email designer powered by EasyEmail Pro.",
    "kind": "plugin",
    "icon": "envelope-open"
  }
}
