{
  "name": "@covalent/flavored-markdown",
  "version": "11.22.1",
  "description": "Teradata UI Platform Flavored Markdown Module",
  "keywords": [
    "angular",
    "components",
    "reusable",
    "highlight",
    "highlightjs",
    "material",
    "markdown"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/teradata/covalent.git"
  },
  "bugs": {
    "url": "https://github.com/teradata/covalent/issues"
  },
  "license": "MIT",
  "author": "Teradata UX",
  "peerDependencies": {
    "@angular/common": "20.x.x",
    "@angular/core": "20.x.x",
    "@angular/cdk": "20.x.x",
    "@angular/material": "20.x.x",
    "@covalent/core": "11.22.1",
    "@covalent/highlight": "11.22.1",
    "@covalent/markdown": "11.22.1"
  },
  "dependencies": {
    "tslib": "^2.8.1"
  },
  "exports": {
    "./flavored-markdown-theme": {
      "sass": "./_flavored-markdown-theme.scss"
    },
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "default": "./fesm2022/covalent-flavored-markdown.mjs"
    }
  },
  "module": "fesm2022/covalent-flavored-markdown.mjs",
  "typings": "index.d.ts",
  "sideEffects": false,
  "scripts": {
    "prepublishOnly": "node --eval \"console.error('ERROR: Trying to publish a package that has been compiled in full compilation mode. This is not allowed.\\nPlease delete and rebuild the package with partial compilation mode, before attempting to publish.\\n')\" && exit 1"
  }
}