{
  "name": "@mdx-js/runtime",
  "version": "1.5.1",
  "description": "Parse and render MDX in a runtime environment",
  "license": "MIT",
  "keywords": [
    "mdx",
    "markdown",
    "react",
    "jsx",
    "remark",
    "mdxast"
  ],
  "homepage": "https://mdxjs.com",
  "repository": "mdx-js/mdx",
  "bugs": "https://github.com/mdx-js/mdx/issues",
  "author": "John Otander <johnotander@gmail.com> (http://johnotander.com)",
  "contributors": [
    "John Otander <johnotander@gmail.com> (http://johnotander.com)",
    "Tim Neutkens <tim@zeit.co>",
    "Matija Marohnić <matija.marohnic@gmail.com>",
    "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)"
  ],
  "main": "dist/index.js",
  "module": "dist/index.es.js",
  "scripts": {
    "build": "microbundle --format es,cjs --external react,buble-jsx-only,@mdx-js/mdx,@mdx-js/react --jsx React.createElement --no-sourcemap",
    "clean": "rimraf dist",
    "prepublish": "yarn clean && yarn build",
    "test": "jest"
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "@mdx-js/mdx": "^1.5.1",
    "@mdx-js/react": "^1.5.1",
    "buble-jsx-only": "^0.19.8"
  },
  "devDependencies": {
    "@babel/core": "7.6.2",
    "@babel/preset-env": "7.6.2",
    "@babel/preset-react": "7.0.0",
    "jest": "24.9.0",
    "microbundle": "0.11.0",
    "react": "16.9.0",
    "react-dom": "16.9.0",
    "rehype-add-classes": "1.0.0",
    "remark-autolink-headings": "5.2.1",
    "remark-slug": "5.1.2",
    "rimraf": "2.7.1"
  },
  "peerDependencies": {
    "react": "^16.9.0"
  },
  "jest": {
    "testEnvironment": "node"
  },
  "gitHead": "4ee999cbe3e82bb4a56e43df14151835f14da400"
}
