{
  "name": "@proangular/ngx-gist",
  "version": "21.0.0",
  "description": "An Angular Material and HighlighJs styled display box for GitHub gist and local code snippets.",
  "author": "Pro Angular <webmaster@proangular.com>",
  "homepage": "https://www.proangular.com",
  "private": false,
  "engines": {
    "node": ">=20"
  },
  "peerDependencies": {
    "@angular/cdk": ">=21 <22",
    "@angular/material": ">=21 <22",
    "@angular/material-luxon-adapter": ">=21 <22",
    "@ngneat/until-destroy": ">=10 <11",
    "highlight.js": ">=11.5 <12",
    "highlightjs-line-numbers.js": ">=2.5 <3",
    "io-ts": ">=2 <3",
    "io-ts-types": ">=0.5 <1",
    "luxon": ">=3 <4",
    "rxjs": ">=7.5 <9",
    "zone.js": ">=0.15 <0.16"
  },
  "contributors": [
    {
      "name": "Cody Tolene",
      "email": "webmaster@codytolene.com",
      "url": "https://www.codytolene.com"
    }
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ProAngular/ngx-gist.git"
  },
  "keywords": [
    "pro",
    "angular",
    "gist",
    "code",
    "box",
    "programming",
    "snippet",
    "ngx-gist",
    "ngx"
  ],
  "bugs": {
    "url": "https://github.com/ProAngular/ngx-gist/issues"
  },
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/proangular"
  },
  "publishConfig": {
    "access": "public"
  },
  "main": "src/main.ts",
  "module": "fesm2022/proangular-ngx-gist.mjs",
  "typings": "types/proangular-ngx-gist.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./types/proangular-ngx-gist.d.ts",
      "default": "./fesm2022/proangular-ngx-gist.mjs"
    }
  },
  "sideEffects": false,
  "dependencies": {
    "tslib": "^2.3.0"
  }
}