{
  "name": "@mdx-js/runtime",
  "version": "1.0.10",
  "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,@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.0.10",
    "@mdx-js/react": "^1.0.6",
    "buble": "^0.19.6"
  },
  "devDependencies": {
    "@babel/core": "^7.4.0",
    "@babel/preset-env": "^7.4.2",
    "@babel/preset-react": "^7.0.0",
    "jest": "^24.0.0",
    "microbundle": "^0.11.0",
    "react": "^16.8.0",
    "react-dom": "^16.8.0",
    "rehype-add-classes": "^1.0.0",
    "remark-autolink-headings": "^5.0.0",
    "remark-slug": "^5.1.0",
    "rimraf": "^2.6.3"
  },
  "jest": {
    "testEnvironment": "node"
  }
}
