{
  "name": "rehype-katex-svelte",
  "version": "1.2.0",
  "description": "rehype plugin to transform .math-inline, .math-display with KaTeX to Svelte markup",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kwshi/rehype-katex-svelte.git"
  },
  "keywords": [
    "rehype",
    "katex",
    "svelte",
    "mdsvex",
    "svx"
  ],
  "author": "Kye Shi",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/kwshi/rehype-katex-svelte/issues"
  },
  "homepage": "https://github.com/kwshi/rehype-katex-svelte#readme",
  "dependencies": {
    "hast-util-from-string": "^2.0.0",
    "hast-util-select": "^5.0.5",
    "hast-util-to-string": "^2.0.0",
    "katex": "^0.16.7"
  },
  "devDependencies": {
    "@types/hast": "^2.3.4",
    "@types/katex": "^0.11.1",
    "@types/node": "^20.1.0",
    "@types/tape": "^4.13.4",
    "@types/unist": "^2.0.6",
    "esbuild": "^0.14.54",
    "esbuild-register": "^3.4.2",
    "rehype-parse": "^8.0.4",
    "rehype-stringify": "^9.0.3",
    "tap": "^15.2.3",
    "tape-modern": "^1.1.2",
    "ts-node": "^10.9.1",
    "typescript": "^4.9.5",
    "unified": "^10.1.2"
  },
  "scripts": {
    "pretest": "tsc",
    "test": "tap"
  }
}