{
  "name": "@k9n/scully-plugin-mermaid",
  "version": "5.1.0",
  "description": "this plugin for Scully provides a postRenderer to generate a SVGs from mermaid source code sections",
  "license": "MIT",
  "repository": "https://github.com/k9n-dev/scully-plugins/tree/main/scully/plugins/scully-plugin-mermaid",
  "author": "Danny Koppenhagen <mail@k9n.dev> (https://k9n.dev)",
  "homepage": "https://github.com/k9n-dev/scully-plugins/tree/main/scully/plugins/scully-plugin-mermaid",
  "private": false,
  "keywords": [
    "scully",
    "scully-plugin",
    "scully-plugin-registry",
    "mermaid",
    "postRenderer",
    "angular",
    "ssr",
    "ssg",
    "JAMStack",
    "postProcessByHtml"
  ],
  "bugs": {
    "url": "https://github.com/k9n-dev/scully-plugins/tree/main/scully/plugins/scully-plugin-mermaid/issues",
    "email": "mail@k9n.dev"
  },
  "scripts": {
    "release": "standard-version",
    "prepublishOnly": "npx tsc"
  },
  "peerDependencies": {
    "@angular/common": ">=13.0.0",
    "@angular/core": ">=13.0.0",
    "@scullyio/scully": "^2.0.0",
    "jsdom": ">=16.0.0",
    "mermaid-render": "^1.0.9"
  }
}
