{
  "name": "@faire/mjml-react",
  "version": "4.0.1",
  "license": "MIT",
  "description": "React component library to generate the HTML emails on the fly",
  "keywords": [
    "email",
    "mjml",
    "react"
  ],
  "author": "Ian Edington <IanEdington@gmail.com>",
  "homepage": "https://github.com/Faire/mjml-react",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Faire/mjml-react.git"
  },
  "bugs": {
    "url": "https://github.com/Faire/mjml-react/issues"
  },
  "main": "index.js",
  "types": "index.d.ts",
  "directories": {
    "test": "test"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "peerDependencies": {
    "mjml": "^5.0.0",
    "react": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
    "react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
  },
  "module": "esm/index.js",
  "dependencies": {
    "lodash.kebabcase": "^4.1.1"
  },
  "resolutions": {
    "@semantic-release/npm": "^13.1.5",
    "@semantic-release/github": "^12.0.6"
  }
}
