{
  "name": "react-editor-js",
  "version": "2.1.0",
  "description": "The unofficial editor-js component for React",
  "main": "./dist/react-editor-js.cjs.js",
  "module": "./dist/react-editor-js.js",
  "types": "./dist/react-editor-js/src/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/Jungwoo-An/react-editor-js.git"
  },
  "bugs": {
    "url": "https://github.com/Jungwoo-An/react-editor-js/issues"
  },
  "dependencies": {
    "@react-editor-js/client": "2.1.0",
    "@react-editor-js/core": "2.1.0",
    "@react-editor-js/server": "2.1.0"
  },
  "devDependencies": {
    "@types/node": "^16.11.6",
    "tslib": "^2.3.1",
    "typescript": "^4.3.5"
  }
}
