{
  "repository": {
    "type": "git",
    "url": "https://github.com/etozhealkhipce/editorjs-react"
  },
  "version": "0.1.4",
  "license": "MIT",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist",
    "src"
  ],
  "engines": {
    "node": ">=10"
  },
  "scripts": {
    "start": "tsdx watch --transpileOnly",
    "build": "tsdx build --transpileOnly",
    "test": "tsdx test --passWithNoTests",
    "lint": "tsdx lint",
    "prepare": "tsdx build --transpileOnly",
    "size": "size-limit",
    "analyze": "size-limit --why"
  },
  "peerDependencies": {
    "react": ">=16"
  },
  "husky": {
    "hooks": {
      "pre-commit": "tsdx lint"
    }
  },
  "prettier": {
    "printWidth": 80,
    "semi": true,
    "singleQuote": true,
    "trailingComma": "es5"
  },
  "name": "@alkhipce/editorjs-react",
  "author": "alkhipce & YunesB",
  "module": "dist/editorjs-react.esm.js",
  "size-limit": [
    {
      "path": "dist/editorjs-react.cjs.production.min.js",
      "limit": "10 KB"
    },
    {
      "path": "dist/editorjs-react.esm.js",
      "limit": "10 KB"
    }
  ],
  "devDependencies": {
    "@babel/core": "^7.17.10",
    "@size-limit/preset-small-lib": "^7.0.8",
    "@types/react": "^18.0.9",
    "@types/react-dom": "^18.0.3",
    "autoprefixer": "^10.4.13",
    "babel-loader": "^8.2.5",
    "husky": "^8.0.0",
    "postcss": "^8.1.9",
    "postcss-import": "12.0.1",
    "react": "^18.1.0",
    "react-dom": "^18.1.0",
    "react-is": "^18.1.0",
    "rollup-plugin-postcss": "^4.0.2",
    "size-limit": "^7.0.8",
    "tsdx": "^0.14.1",
    "tslib": "^2.4.0",
    "typescript": "^4.6.4"
  },
  "dependencies": {
    "html-react-parser": "^1.4.12"
  },
  "keywords": [
    "editor js react parser",
    "Editor.js",
    "editor.js markdown",
    "react editor.js render",
    "editorjs react",
    "editorjs parser",
    "wysiwyg editor parser",
    "wysiwyg to html",
    "wysiwyg to react",
    "wysiwyg to tsx",
    "wysiwyg to jsx",
    "wysiwyg components"
  ]
}
