{
  "name": "@mdx-js/rollup",
  "version": "3.1.1",
  "description": "Rollup plugin for MDX",
  "license": "MIT",
  "keywords": [
    "jsx",
    "markdown",
    "mdx",
    "preact",
    "react",
    "remark",
    "rollup",
    "vue"
  ],
  "homepage": "https://mdxjs.com",
  "repository": {
    "type": "git",
    "url": "https://github.com/mdx-js/mdx",
    "directory": "packages/rollup/"
  },
  "bugs": "https://github.com/mdx-js/mdx/issues",
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/unified"
  },
  "author": "John Otander <johnotander@gmail.com> (https://johno.com)",
  "contributors": [
    "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)"
  ],
  "type": "module",
  "sideEffects": false,
  "exports": "./index.js",
  "files": [
    "lib/",
    "index.d.ts.map",
    "index.d.ts",
    "index.js"
  ],
  "dependencies": {
    "@mdx-js/mdx": "^3.0.0",
    "@rollup/pluginutils": "^5.0.0",
    "source-map": "^0.7.0",
    "vfile": "^6.0.0"
  },
  "peerDependencies": {
    "rollup": ">=2"
  },
  "devDependencies": {},
  "scripts": {
    "test": "npm run test-coverage",
    "test-api": "node --conditions development test/index.js",
    "test-coverage": "c8 --100 --reporter lcov npm run test-api"
  },
  "xo": {
    "prettier": true,
    "rules": {
      "logical-assignment-operators": "off",
      "n/file-extension-in-import": "off"
    }
  }
}
