{
  "name": "@mdx-js/esbuild",
  "version": "3.1.1",
  "description": "esbuild plugin for MDX",
  "license": "MIT",
  "keywords": [
    "esbuild",
    "jsx",
    "markdown",
    "mdx",
    "preact",
    "react",
    "remark",
    "vue"
  ],
  "homepage": "https://mdxjs.com",
  "repository": {
    "type": "git",
    "url": "https://github.com/mdx-js/mdx",
    "directory": "packages/esbuild/"
  },
  "bugs": "https://github.com/mdx-js/mdx/issues",
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/unified"
  },
  "author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.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",
    "@types/unist": "^3.0.0",
    "source-map": "^0.7.0",
    "vfile": "^6.0.0",
    "vfile-message": "^4.0.0"
  },
  "peerDependencies": {
    "esbuild": ">=0.14.0"
  },
  "scripts": {
    "test": "npm run test-coverage",
    "test-api": "node --conditions development --enable-source-maps test/index.js",
    "test-coverage": "c8 --100 --reporter lcov npm run test-api"
  },
  "xo": {
    "prettier": true,
    "rules": {
      "n/file-extension-in-import": "off"
    }
  }
}
