{
  "name": "@a2ui/markdown-it",
  "version": "0.0.4",
  "description": "A Markdown renderer using markdown-it and dompurify.",
  "repository": {
    "directory": "renderers/markdown/markdown-it",
    "type": "git",
    "url": "git+https://github.com/google/A2UI.git"
  },
  "bugs": {
    "url": "https://github.com/google/A2UI/issues"
  },
  "keywords": [
    "a2ui",
    "markdown",
    "ai",
    "agent",
    "ui",
    "renderer"
  ],
  "license": "Apache-2.0",
  "author": "Google",
  "type": "module",
  "main": "./src/markdown.js",
  "types": "./src/markdown.d.ts",
  "exports": {
    ".": {
      "types": "./src/markdown.d.ts",
      "default": "./src/markdown.js"
    }
  },
  "dependencies": {
    "dompurify": "^3.3.1",
    "markdown-it": "^14.1.0"
  },
  "peerDependencies": {
    "@a2ui/web_core": "^0.9.2"
  }
}