{
  "name": "@streamdown/math",
  "version": "1.0.2",
  "type": "module",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "files": [
    "dist"
  ],
  "peerDependencies": {
    "react": "^18.0.0 || ^19.0.0"
  },
  "dependencies": {
    "katex": "^0.16.27",
    "rehype-katex": "^7.0.1",
    "remark-math": "^6.0.0"
  },
  "devDependencies": {
    "@vitest/coverage-v8": "^4.0.15",
    "tsup": "^8.5.1",
    "typescript": "^5.9.3",
    "unified": "^11.0.5",
    "vitest": "^4.0.15"
  },
  "author": "Hayden Bleasel <hayden.bleasel@vercel.com>",
  "license": "Apache-2.0",
  "description": "KaTeX math rendering plugin for Streamdown",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vercel/streamdown.git",
    "directory": "packages/streamdown-math"
  },
  "scripts": {
    "build": "tsup",
    "test": "vitest run",
    "test:coverage": "vitest --coverage run"
  }
}