{
  "name": "html-react-parser",
  "version": "4.0.0",
  "description": "HTML to React parser.",
  "author": "Mark <mark@remarkablemark.org>",
  "main": "index.js",
  "module": "index.mjs",
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "import": "./index.mjs",
      "require": "./index.js"
    },
    "./package.json": "./package.json"
  },
  "scripts": {
    "benchmark": "node benchmark",
    "build": "rollup --config --failAfterWarnings",
    "clean": "rimraf dist",
    "lint": "eslint --ignore-path .gitignore --ignore-pattern /examples/ .",
    "lint:dts": "dtslint .",
    "lint:fix": "npm run lint -- --fix",
    "_postinstall": "husky install",
    "postpublish": "pinst --enable",
    "prepublishOnly": "pinst --disable && npm run lint && npm run lint:dts && npm run test:ci && npm run clean && npm run build",
    "size-limit": "size-limit",
    "test": "jest --coverage --testPathIgnorePatterns test/integration/",
    "test:ci": "npm test -- --ci --colors",
    "test:module": "node --experimental-modules test/module/index.mjs",
    "test:integration": "npm run build && jest --env=jsdom test/integration/",
    "test:watch": "npm test -- --watch"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/remarkablemark/html-react-parser"
  },
  "bugs": {
    "url": "https://github.com/remarkablemark/html-react-parser/issues"
  },
  "keywords": [
    "html-react-parser",
    "html",
    "react",
    "parser",
    "dom"
  ],
  "dependencies": {
    "domhandler": "5.0.3",
    "html-dom-parser": "4.0.0",
    "react-property": "2.0.0",
    "style-to-js": "1.1.3"
  },
  "devDependencies": {
    "@commitlint/cli": "17.6.5",
    "@commitlint/config-conventional": "17.6.5",
    "@rollup/plugin-commonjs": "25.0.0",
    "@rollup/plugin-node-resolve": "15.1.0",
    "@size-limit/preset-big-lib": "8.2.4",
    "@types/react": "18.2.7",
    "@typescript-eslint/parser": "5.59.8",
    "benchmark": "2.1.4",
    "dtslint": "4.2.1",
    "eslint": "8.41.0",
    "eslint-plugin-prettier": "4.2.1",
    "husky": "8.0.3",
    "jest": "29.5.0",
    "jest-environment-jsdom": "29.5.0",
    "lint-staged": "13.2.2",
    "pinst": "3.0.0",
    "preact": "10.15.1",
    "prettier": "2.8.8",
    "react": "18.2.0",
    "react-dom": "18.2.0",
    "rimraf": "5.0.1",
    "rollup": "2.79.1",
    "rollup-plugin-terser": "7.0.2",
    "size-limit": "8.2.4",
    "typescript": "5.0.4"
  },
  "peerDependencies": {
    "react": "0.14 || 15 || 16 || 17 || 18"
  },
  "files": [
    "/dist",
    "/lib",
    "index.d.ts",
    "index.mjs"
  ],
  "collective": {
    "type": "opencollective",
    "url": "https://opencollective.com/html-react-parser"
  },
  "license": "MIT"
}
