{
  "name": "grapesjs-react",
  "version": "4.0.2",
  "description": "React wrapper for GrapesJS",
  "license": "MIT",
  "private": false,
  "peerDependencies": {
    "grapesjs": "^0.19.5",
    "react": "*",
    "react-dom": "*"
  },
  "repository": {
    "url": "https://github.com/thanhtunguet/grapesjs-react",
    "type": "git"
  },
  "author": {
    "url": "https://github.com/thanhtunguet",
    "name": "thanhtunguet",
    "email": "thanhtung.uet@gmail.com"
  },
  "main": "./grapesjs-react.umd.js",
  "module": "./grapesjs-react.esm.js",
  "typings": "./index.d.ts"
}
