{
  "name": "@mdx-js/mdxast",
  "version": "1.1.1",
  "description": "Transforms MDAST to MDXAST",
  "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)"
  ],
  "files": [
    "index.js"
  ],
  "dependencies": {
    "unist-util-visit": "1.4.1"
  },
  "devDependencies": {
    "jest": "24.8.0",
    "rehype-stringify": "6.0.0",
    "remark-parse": "7.0.0",
    "remark-rehype": "5.0.0",
    "unified": "8.3.2",
    "unist-util-inspect": "4.1.4"
  },
  "scripts": {
    "test": "jest"
  },
  "jest": {
    "testEnvironment": "node"
  },
  "gitHead": "dd68ff9f8a03cc24f2f2d30be861c41a5ee4e333"
}
