{
  "name": "mermaid-isomorphic",
  "version": "3.1.0",
  "description": "Transform mermaid diagrams in the browser or Node.js",
  "keywords": [
    "browser",
    "isomorphic",
    "mermaid",
    "mermaidjs",
    "node",
    "nodejs"
  ],
  "homepage": "https://github.com/remcohaszing/mermaid-isomorphic#readme",
  "bugs": "https://github.com/remcohaszing/mermaid-isomorphic/issues",
  "repository": "remcohaszing/mermaid-isomorphic",
  "funding": "https://github.com/sponsors/remcohaszing",
  "license": "MIT",
  "author": "Remco Haszing <remcohaszing@gmail.com>",
  "sideEffects": false,
  "type": "module",
  "main": "./dist/mermaid-isomorphic.js",
  "exports": {
    "browser": "./dist/browser.js",
    "default": "./dist/mermaid-isomorphic.js"
  },
  "files": [
    "index.html",
    "src",
    "dist",
    "!test*"
  ],
  "scripts": {
    "prepack": "tsc --build",
    "pretest": "tsc --build",
    "pretest-minimal": "tsc --build",
    "test": "c8 node --enable-source-maps --test-reporter junit --test-reporter-destination junit.xml --test-reporter spec --test-reporter-destination stdout dist/test.js",
    "test-minimal": "node --enable-source-maps dist/minimal.test.js"
  },
  "dependencies": {
    "@fortawesome/fontawesome-free": "^6.0.0",
    "katex": "^0.16.0",
    "mermaid": "^11.0.0"
  },
  "peerDependencies": {
    "playwright": "1"
  },
  "devDependencies": {
    "@fontsource/irish-grover": "^5.0.0",
    "@remcohaszing/eslint": "^13.0.0",
    "@types/node": "^25.0.0",
    "c8": "^10.0.0",
    "esbuild": "^0.27.0",
    "playwright": "^1.0.0",
    "prettier": "^3.0.0",
    "remark-cli": "^12.0.0",
    "remark-preset-remcohaszing": "^3.0.0",
    "snapshot-fixtures": "^1.0.0",
    "typescript": "^5.0.0"
  },
  "peerDependenciesMeta": {
    "playwright": {
      "optional": true
    }
  }
}
