{
  "name": "ngx-markdown",
  "version": "21.2.0",
  "description": "Angular library that uses marked to parse markdown to html combined with Prism.js for synthax highlights",
  "homepage": "https://github.com/jfcere/ngx-markdown",
  "license": "MIT",
  "author": {
    "name": "Jean-Francois Cere",
    "email": "jfcere@hotmail.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jfcere/ngx-markdown"
  },
  "keywords": [
    "angular",
    "ngx",
    "markdown",
    "parser",
    "marked",
    "marked.js",
    "prism",
    "prism.js",
    "katex",
    "emoji",
    "clipboard",
    "clipboard.js"
  ],
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "peerDependencies": {
    "@angular/common": "^21.0.0",
    "@angular/core": "^21.0.0",
    "@angular/platform-browser": "^21.0.0",
    "clipboard": "^2.0.11",
    "emoji-toolkit": ">= 8.0.0 < 11.0.0",
    "katex": "^0.16.0",
    "marked": "^17.0.0",
    "mermaid": ">= 10.6.0 < 12.0.0",
    "prismjs": "^1.30.0",
    "rxjs": "^6.5.3 || ^7.4.0",
    "zone.js": "~0.15.0 || ~0.16.0"
  },
  "peerDependenciesMeta": {
    "clipboard": {
      "optional": true
    },
    "emoji-toolkit": {
      "optional": true
    },
    "katex": {
      "optional": true
    },
    "mermaid": {
      "optional": true
    },
    "prismjs": {
      "optional": true
    }
  },
  "sideEffects": false,
  "module": "fesm2022/ngx-markdown.mjs",
  "typings": "types/ngx-markdown.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./types/ngx-markdown.d.ts",
      "default": "./fesm2022/ngx-markdown.mjs"
    }
  }
}