{
  "name": "react-showdown",
  "version": "2.3.1",
  "description": "Render React components within markdown and markdown as React components!",
  "license": "MIT",
  "main": "dist/index.js",
  "module": "dist/react-showdown.esm.js",
  "typings": "dist/index.d.ts",
  "files": [
    "src",
    "dist"
  ],
  "engines": {
    "node": ">=10"
  },
  "scripts": {
    "start": "tsdx watch",
    "build": "tsdx build",
    "test": "tsdx test",
    "lint": "tsdx lint",
    "prepare": "tsdx build"
  },
  "author": "Christoph Jerolimov",
  "bugs": {
    "url": "https://github.com/jerolimov/react-showdown/issues"
  },
  "homepage": "https://github.com/jerolimov/react-showdown",
  "keywords": [
    "react",
    "reactjs",
    "react-component",
    "markdown",
    "showdown"
  ],
  "husky": {
    "hooks": {
      "pre-commit": "tsdx lint"
    }
  },
  "prettier": {
    "printWidth": 80,
    "semi": true,
    "singleQuote": true,
    "trailingComma": "es5"
  },
  "devDependencies": {
    "@types/jest": "^25.1.4",
    "@types/react": "^16.9.25",
    "@types/react-dom": "^16.9.5",
    "@types/react-test-renderer": "^16.9.2",
    "@types/showdown": "^1.9.3",
    "husky": "^4.2.3",
    "react": "^16.13.1",
    "react-dom": "^16.13.1",
    "react-test-renderer": "^16.9.25",
    "tsdx": "^0.13.0",
    "tslib": "^1.11.1",
    "typescript": "^3.8.3"
  },
  "peerDependencies": {
    "react": ">=16"
  },
  "dependencies": {
    "htmlparser2": "^6.0.1",
    "domhandler": "^4.0.0",
    "showdown": "^1.9.1"
  }
}
