{
  "name": "html-react-parser",
  "version": "0.10.5",
  "description": "HTML to React parser.",
  "author": "Mark <mark@remarkablemark.org>",
  "main": "index.js",
  "scripts": {
    "benchmark": "node benchmark",
    "build": "rollup --config",
    "clean": "rimraf dist",
    "lint": "eslint --ignore-path .gitignore --ignore-pattern /examples/ .",
    "lint:dts": "dtslint .",
    "lint:fix": "npm run lint -- --fix",
    "prepublishOnly": "npm run lint && npm run lint:dts && npm test && npm run clean && npm run build",
    "release": "standard-version --no-verify",
    "test": "mocha",
    "test:coverage": "nyc npm test",
    "test:coverage:report": "nyc report --reporter=html"
  },
  "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": {
    "@types/domhandler": "2.4.1",
    "html-dom-parser": "0.2.3",
    "react-property": "1.0.1",
    "style-to-object": "0.3.0"
  },
  "devDependencies": {
    "@commitlint/cli": "^8.3.5",
    "@commitlint/config-conventional": "^8.3.4",
    "@types/react": "^16.9.35",
    "benchmark": "^2.1.4",
    "dtslint": "^3.6.4",
    "eslint": "^7.1.0",
    "eslint-plugin-prettier": "^3.1.3",
    "husky": "^4.2.5",
    "lint-staged": "^10.2.6",
    "mocha": "^7.2.0",
    "nyc": "^15.0.1",
    "preact": "^10.4.4",
    "prettier": "^2.0.5",
    "react": "^16",
    "react-dom": "^16",
    "rimraf": "^3.0.2",
    "rollup": "^1.32.1",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-uglify": "^6.0.4",
    "standard-version": "^6",
    "typescript": "^3.9.3"
  },
  "peerDependencies": {
    "react": "^0.14 || ^15 || ^16"
  },
  "files": [
    "/dist",
    "/lib",
    "index.d.ts"
  ],
  "collective": {
    "type": "opencollective",
    "url": "https://opencollective.com/html-react-parser"
  },
  "license": "MIT"
}
