{
  "name": "markdown-to-jsx",
  "description": "Convert markdown to JSX with ease for React and React-like projects. Super lightweight and highly configurable.",
  "homepage": "https://probablyup.github.io/markdown-to-jsx",
  "license": "MIT",
  "version": "6.11.4",
  "engines": {
    "node": ">= 4"
  },
  "keywords": [
    "markdown",
    "markdown converter",
    "react",
    "preact",
    "jsx",
    "html"
  ],
  "author": "Evan Scott <probablyup@gmail.com>",
  "repository": "probablyup/markdown-to-jsx",
  "bugs": "https://github.com/probablyup/markdown-to-jsx/issues",
  "files": [
    "index.js",
    "dist",
    "LICENSE",
    "README.md"
  ],
  "main": "dist/cjs.js",
  "jsnext:main": "dist/esm.js",
  "module": "dist/esm.js",
  "devDependencies": {
    "babel-cli": "^6.14.0",
    "babel-core": "^6.26.0",
    "babel-eslint": "^10.0.1",
    "babel-jest": "^23.6.0",
    "babel-loader": "^7.1.4",
    "babel-plugin-emotion": "^9.2.11",
    "babel-plugin-transform-react-remove-prop-types": "^0.4.19",
    "babel-preset-env": "^1.7.0",
    "babel-preset-minify": "^0.5.0",
    "babel-preset-react": "^6.11.1",
    "babel-preset-stage-2": "^6.13.0",
    "benchtable": "^0.1.0",
    "codecov": "^3.1.0",
    "emotion": "^9.2.12",
    "eslint": "^5.7.0",
    "eslint-config-prettier": "^4.1.0",
    "eslint-plugin-react": "^7.11.1",
    "esm": "^3.0.84",
    "in-publish": "^2.0.0",
    "jest": "^23.6.0",
    "jest-serializer-html": "^5.0.0",
    "markdown-it": "^8.4.2",
    "microtime": "^3.0.0",
    "mkdirp": "^0.5.1",
    "polished": "^3.0.3",
    "preact": "^8.3.1",
    "preact-compat": "^3.18.4",
    "preact-emotion": "^9.2.12",
    "prettier": "^1.14.3",
    "react": "^15.6.1",
    "react-dom": "^15.6.1",
    "react-markdown": "^4.0.3",
    "rimraf": "^2.6.2",
    "simple-markdown": "^0.4.2",
    "size-limit": "^0.21.1",
    "uglify-js": "^3.4.9",
    "webpack": "^4.21.0",
    "webpack-cli": "^3.1.2",
    "webpack-dev-server": "^3.1.9"
  },
  "dependencies": {
    "prop-types": "^15.6.2",
    "unquote": "^1.1.0"
  },
  "peerDependencies": {
    "react": ">= 0.14.0"
  },
  "scripts": {
    "prepublish": "in-publish && npm run build && npm run release || not-in-publish",
    "lint": "eslint .",
    "prebuild": "rimraf dist && mkdirp dist",
    "build": "NODE_ENV=production babel index.js --out-file dist/cjs.js --source-maps --no-comments && NODE_ENV=production BABEL_ENV=esm babel index.js --out-file dist/esm.js --source-maps --no-comments",
    "release": "webpack --config ./webpack.config.prod.babel.js -p --display-optimization-bailout",
    "release:debug": "webpack --config ./webpack.config.babel.js --display-optimization-bailout",
    "start": "webpack-dev-server --hot --inline --open",
    "test": "jest --verbose",
    "size": "size-limit",
    "benchmark": "node -r esm benchmark.js"
  },
  "size-limit": [
    {
      "path": "dist/cjs.js",
      "limit": "5.28 kB"
    }
  ],
  "jest": {
    "snapshotSerializers": [
      "jest-serializer-html"
    ]
  },
  "collective": {
    "type": "opencollective",
    "url": "https://opencollective.com/markdown-to-jsx"
  }
}
