{
  "name": "babel-plugin-apply-mdx-type-prop",
  "version": "1.4.1",
  "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.5.5",
    "@babel/plugin-syntax-jsx": "7.2.0",
    "jest": "24.8.0"
  },
  "dependencies": {
    "@babel/helper-plugin-utils": "7.0.0",
    "@mdx-js/util": "^1.4.1"
  },
  "scripts": {
    "test": "jest"
  },
  "jest": {
    "testEnvironment": "node"
  },
  "gitHead": "cb7facfbc842001db55fe11f12a3c562cd7f3728"
}
