{
  "name": "@justifi/webcomponents-docs",
  "version": "3.0.2",
  "description": "Documentation package for JustiFi Web Components",
  "type": "module",
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public",
    "provenance": true
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/justifi-tech/web-component-library.git",
    "directory": "docs"
  },
  "files": [
    "dist/",
    "helpers/",
    "mocks/",
    "docs.json",
    "component-tree.json",
    "*.mdx",
    "entities/",
    "frameworks/",
    "merchant-tools/",
    "modular-checkout/",
    "payment-facilitation/"
  ],
  "exports": {
    ".": "./dist/index.js",
    "./helpers": "./dist/helpers/index.js",
    "./package.json": "./package.json",
    "./docs.json": "./docs.json",
    "./component-tree.json": "./component-tree.json",
    "./*.mdx": "./*.mdx",
    "./*/*.mdx": "./*/*.mdx",
    "./*/*/*.mdx": "./*/*/*.mdx",
    "./*/*.css": "./*/*.css",
    "./*/*/*.css": "./*/*/*.css"
  },
  "dependencies": {
    "markdown-table": "^3.0.4",
    "miragejs": "^0.1.48",
    "react-markdown": "^10.1.0",
    "react-syntax-highlighter": "^16.1.1",
    "remark-gfm": "^4.0.0"
  },
  "peerDependencies": {
    "@justifi/webcomponents": ">=6.14.3",
    "react": "^17.0.0 || ^18.0.0"
  }
}