{
  "name": "@mdx-js/mdx",
  "version": "0.10.1",
  "license": "MIT",
  "repository": "mdx-js/mdx",
  "description": "Parse MDX and transpile to JSX",
  "files": [
    "index.js",
    "mdx-ast-to-mdx-hast.js",
    "mdx-hast-to-jsx.js"
  ],
  "scripts": {
    "test": "jest"
  },
  "keywords": [
    "react",
    "markdown",
    "remark",
    "mdxast",
    "mdx"
  ],
  "dependencies": {
    "@mdx-js/mdxast": "^0.10.0",
    "mdast-util-to-hast": "^3.0.0",
    "remark-parse": "^5.0.0",
    "remark-squeeze-paragraphs": "^3.0.1",
    "unified": "^6.1.6",
    "unist-util-visit": "^1.3.0"
  },
  "devDependencies": {
    "@babel/core": "^7.0.0-beta.44",
    "@babel/plugin-syntax-jsx": "^7.0.0-beta.44",
    "hast-util-select": "^1.0.1",
    "jest": "^22.4.3",
    "request-image-size": "^2.1.0"
  }
}
