{
  "name": "strapi-plugin-email-designer-fix",
  "version": "0.1.1",
  "description": "Strapi Email designer plugin.",
  "homepage": "https://github.com/alexzaganelli/strapi-plugin-email-designer#readme",
  "strapi": {
    "name": "email-designer",
    "icon": "envelope",
    "description": "Design your own email templates directly from the Strapi admin panel and use the magic to send it programmatically in your controllers / services."
  },
  "scripts": {
    "cypress": "./node_modules/cypress/bin/cypress open"
  },
  "dependencies": {
    "react-email-editor": "^1.2.0",
    "react-syntax-highlighter": "^15.4.3"
  },
  "author": {
    "name": "Alexandre Zaganelli",
    "email": "me@alexzaganelli.com",
    "url": "https://alexzaganelli.com"
  },
  "maintainers": [
    {
      "name": "Alexandre Zaganelli",
      "email": "me@alexzaganelli.com",
      "url": "https://alexzaganelli.com"
    }
  ],
  "engines": {
    "node": ">=10.16.0 <=14.x.x",
    "npm": ">=6.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alexzaganelli/strapi-plugin-email-designer.git"
  },
  "bugs": {
    "url": "https://github.com/alexzaganelli/strapi-plugin-email-designer/issues"
  },
  "keywords": [
    "strapi",
    "plugin",
    "email",
    "template",
    "templates-design"
  ],
  "license": "MIT",
  "funding": "https://paypal.me/AlexZaganelli",
  "devDependencies": {
    "cypress": "^6.2.1"
  }
}
