{
  "name": "remark-mdx",
  "version": "1.0.8",
  "description": "Support import, export, and JSX in markdown",
  "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": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.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",
    "tag.js",
    "block.js",
    "extract-imports-and-exports.js"
  ],
  "dependencies": {
    "@babel/core": "^7.2.2",
    "@babel/helper-plugin-utils": "^7.0.0",
    "@babel/plugin-proposal-object-rest-spread": "^7.3.2",
    "@babel/plugin-syntax-jsx": "^7.2.0",
    "is-alphabetical": "^1.0.2",
    "remark-parse": "^6.0.0",
    "unified": "^7.0.0"
  },
  "scripts": {
    "test": "jest"
  },
  "jest": {
    "testEnvironment": "node"
  },
  "devDependencies": {
    "jest": "^24.0.0",
    "remark-stringify": "^6.0.4",
    "vfile": "^4.0.0"
  }
}
