{
  "name": "micromark-extension-mdx-expression",
  "version": "1.0.8",
  "description": "micromark extension to support MDX or MDX JS expressions",
  "license": "MIT",
  "keywords": [
    "micromark",
    "micromark-extension",
    "mdx",
    "mdxjs",
    "expression",
    "js",
    "javascript",
    "es",
    "ecmascript",
    "markdown",
    "unified"
  ],
  "repository": "https://github.com/micromark/micromark-extension-mdx-expression/tree/main/packages/micromark-extension-mdx-expression",
  "bugs": "https://github.com/micromark/micromark-extension-mdx-expression/issues",
  "funding": [
    {
      "type": "GitHub Sponsors",
      "url": "https://github.com/sponsors/unifiedjs"
    },
    {
      "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)"
  ],
  "sideEffects": false,
  "type": "module",
  "main": "index.js",
  "types": "dev/index.d.ts",
  "files": [
    "dev/",
    "lib/",
    "index.d.ts",
    "index.js"
  ],
  "exports": {
    "development": "./dev/index.js",
    "default": "./index.js"
  },
  "dependencies": {
    "@types/estree": "^1.0.0",
    "micromark-factory-mdx-expression": "^1.0.0",
    "micromark-factory-space": "^1.0.0",
    "micromark-util-character": "^1.0.0",
    "micromark-util-events-to-acorn": "^1.0.0",
    "micromark-util-symbol": "^1.0.0",
    "micromark-util-types": "^1.0.0",
    "uvu": "^0.5.0"
  },
  "scripts": {
    "build": "micromark-build"
  },
  "xo": false,
  "typeCoverage": {
    "atLeast": 100,
    "detail": true,
    "strict": true,
    "ignoreCatch": true
  }
}
