{
  "name": "ngl-markdown",
  "version": "14.1.0",
  "description": "Angular library that uses marked to parse markdown to html combined with Prism.js for synthax highlights",
  "homepage": "https://github.com/Niclassg/ngx-markdown",
  "license": "MIT",
  "author": {
    "name": "Niclas Gleesborg",
    "url": "https://github.com/Niclassg"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Niclassg/ngx-markdown"
  },
  "dependencies": {
    "@types/marked": "^4.0.3",
    "emoji-toolkit": "^6.6.0",
    "katex": "^0.15.1",
    "marked": "^4.0.16",
    "prismjs": "^1.25.0",
    "tslib": "^2.4.0"
  },
  "peerDependencies": {
    "@angular/common": "^13.0.0",
    "@angular/core": "^13.0.0",
    "@angular/platform-browser": "^13.0.0",
    "rxjs": "^6.5.3 || ^7.4.0",
    "zone.js": "^0.11.4"
  },
  "module": "fesm2015/ngl-markdown.mjs",
  "es2020": "fesm2020/ngl-markdown.mjs",
  "esm2020": "esm2020/ngl-markdown.mjs",
  "fesm2020": "fesm2020/ngl-markdown.mjs",
  "fesm2015": "fesm2015/ngl-markdown.mjs",
  "typings": "ngl-markdown.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./ngl-markdown.d.ts",
      "esm2020": "./esm2020/ngl-markdown.mjs",
      "es2020": "./fesm2020/ngl-markdown.mjs",
      "es2015": "./fesm2015/ngl-markdown.mjs",
      "node": "./fesm2015/ngl-markdown.mjs",
      "default": "./fesm2020/ngl-markdown.mjs"
    }
  },
  "sideEffects": false
}