{
  "name": "@analogjs/content",
  "version": "2.5.0",
  "description": "Content Rendering for Analog",
  "type": "module",
  "author": "Brandon Roberts <robertsbt@gmail.com>",
  "keywords": [
    "angular",
    "markdown",
    "meta-framework"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/analogjs/analog/issues"
  },
  "homepage": "https://analogjs.org",
  "repository": {
    "type": "git",
    "url": "https://github.com/analogjs/analog.git"
  },
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/brandonroberts"
  },
  "peerDependencies": {
    "@angular/common": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0",
    "@angular/core": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0",
    "@angular/platform-browser": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0",
    "@angular/router": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0",
    "@nx/devkit": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0 || ^22.0.0 || ^22",
    "front-matter": "^4.0.2",
    "marked": "^15.0.7",
    "marked-gfm-heading-id": "^4.1.1",
    "marked-highlight": "^2.2.1",
    "marked-mangle": "^1.1.10",
    "rxjs": "^6.5.0 || ^7.5.0",
    "prismjs": "^1.29.0",
    "satori": "^0.10.14",
    "satori-html": "^0.3.2",
    "sharp": "^0.33.5"
  },
  "peerDependenciesMeta": {
    "@nx/devkit": {
      "optional": true
    },
    "satori": {
      "optional": true
    },
    "satori-html": {
      "optional": true
    },
    "sharp": {
      "optional": true
    }
  },
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "ng-update": {
    "packageGroup": [
      "@analogjs/platform",
      "@analogjs/content",
      "@analogjs/router",
      "@analogjs/storybook-angular",
      "@analogjs/vite-plugin-angular",
      "@analogjs/vite-plugin-nitro",
      "@analogjs/vitest-angular"
    ],
    "migrations": "./plugin/migrations.json"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "module": "fesm2022/analogjs-content.mjs",
  "typings": "types/analogjs-content.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./types/analogjs-content.d.ts",
      "default": "./fesm2022/analogjs-content.mjs"
    },
    "./og": {
      "types": "./types/analogjs-content-og.d.ts",
      "default": "./fesm2022/analogjs-content-og.mjs"
    },
    "./prism-highlighter": {
      "types": "./types/analogjs-content-prism-highlighter.d.ts",
      "default": "./fesm2022/analogjs-content-prism-highlighter.mjs"
    },
    "./resources": {
      "types": "./types/analogjs-content-resources.d.ts",
      "default": "./fesm2022/analogjs-content-resources.mjs"
    },
    "./shiki-highlighter": {
      "types": "./types/analogjs-content-shiki-highlighter.d.ts",
      "default": "./fesm2022/analogjs-content-shiki-highlighter.mjs"
    }
  },
  "sideEffects": false
}