{
  "name": "babel-plugin-apply-mdx-type-prop",
  "version": "1.5.0",
  "description": "Apply the MDX type prop used in the MDX pragma",
  "license": "MIT",
  "keywords": [
    "mdx",
    "markdown",
    "react",
    "jsx",
    "remark",
    "babel"
  ],
  "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)",
  "files": [
    "index.js"
  ],
  "devDependencies": {
    "@babel/core": "7.6.0",
    "@babel/plugin-syntax-jsx": "7.2.0",
    "jest": "24.9.0"
  },
  "dependencies": {
    "@babel/helper-plugin-utils": "7.0.0",
    "@mdx-js/util": "^1.5.0"
  },
  "peerDependencies": {
    "@babel/core": "^7.0.0"
  },
  "scripts": {
    "test": "jest"
  },
  "jest": {
    "testEnvironment": "node"
  },
  "gitHead": "f61a1be0c5c408a18c7e2d38c0ca0761f8e80e41"
}
