{
  "name": "@mdx-js/esbuild",
  "version": "2.3.0",
  "description": "esbuild plugin for MDX",
  "license": "MIT",
  "keywords": [
    "mdx",
    "markdown",
    "jsx",
    "esbuild",
    "remark",
    "react",
    "preact",
    "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,
  "main": "index.js",
  "types": "index.d.ts",
  "files": [
    "lib/",
    "index.d.ts",
    "index.js"
  ],
  "dependencies": {
    "@mdx-js/mdx": "^2.0.0",
    "node-fetch": "^3.0.0",
    "vfile": "^5.0.0"
  },
  "peerDependencies": {
    "esbuild": ">=0.11.0"
  },
  "devDependencies": {
    "@types/react": "^18.0.0",
    "@types/react-dom": "^18.0.0",
    "@types/unist": "^2.0.0",
    "esbuild": "^0.17.0",
    "react": "^18.0.0",
    "react-dom": "^18.0.0",
    "vfile-message": "^3.0.0"
  },
  "scripts": {
    "prepack": "npm run build",
    "build": "tsc --build --clean && tsc --build && type-coverage",
    "test-api": "uvu test \"\\.js$\"",
    "test-coverage": "c8 --check-coverage --100 --reporter lcov npm run test-api",
    "test": "npm run build && npm run test-coverage"
  },
  "xo": false,
  "typeCoverage": {
    "atLeast": 100,
    "detail": true,
    "strict": true,
    "ignoreCatch": true
  }
}
