{
  "name": "markdown-it-mathjax3",
  "version": "5.2.0",
  "description": "Fast math support for markdown-it with MathJax",
  "type": "module",
  "imports": {
    "#mathjax": {
      "node": "./src/mathjax.cts",
      "browser": "./src/mathjax.mts"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com:nzt/markdown-it-mathjax3.git"
  },
  "keywords": [
    "markdown",
    "MathJax",
    "math",
    "LaTeX",
    "markdown-it-plugin",
    "markdown-it"
  ],
  "author": "TANIGUCHI Masaya",
  "license": "MIT",
  "dependencies": {
    "@se-oss/deasync": "^1.0.1",
    "mathxyjax3": "^0.8.3"
  },
  "devDependencies": {
    "@types/markdown-it": "^14.1.2",
    "@types/node": "^24.5.2",
    "markdown-it": "^14.1.0",
    "prettier": "^3.6.2",
    "tsdown": "^0.15.5",
    "typescript": "^5.9.2"
  },
  "scripts": {
    "prepublish": "npm run build",
    "build": "tsdown",
    "format": "prettier --write 'src/**/*.{ts,cts,mts,d.ts}' tsdown.config.ts *.json"
  },
  "files": [
    "LICENSE",
    "README.md",
    "dist/",
    "package.json"
  ],
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.cts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    },
    "./package.json": "./package.json"
  }
}
