{
  "name": "ngx-md",
  "version": "19.0.0",
  "peerDependencies": {
    "@angular/common": "^19.0.0",
    "@angular/core": "^19.0.0"
  },
  "dependencies": {
    "tslib": "^2.3.0",
    "marked": "^4.0.17",
    "prismjs": "^1.28.0"
  },
  "module": "fesm2022/ngx-md.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "default": "./fesm2022/ngx-md.mjs"
    }
  },
  "sideEffects": false,
  "author": {
    "name": "Dimpu Aravind Buddha",
    "email": "buddhaaravind@gmail.com",
    "url": "http://www.techumber.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/dimpu/ngx-md"
  },
  "bugs": {
    "url": "https://github.com/dimpu/ngx-md/issues",
    "email": "buddhaaravind@gmail.com"
  },
  "homepage": "https://dimpu.github.io/ngx-md/",
  "keywords": [
    "angular",
    "markdown",
    "markdown-to-html",
    "marked",
    "prismjs",
    "code highlight"
  ],
  "license": "MIT",
  "private": false
}