{
  "name": "@localia/ngx-cookie-consent",
  "version": "4.0.1",
  "description": "Angular module to display a cookie consent banner without other dependencies.",
  "author": "Giacomo Barbalinardo <me@giacomo.dev>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/giacomo/ngx-cookie-consent.git"
  },
  "bugs": {
    "url": "https://github.com/giacomo/ngx-cookie-consent/issues"
  },
  "homepage": "https://github.com/giacomo/ngx-cookie-consent",
  "keywords": [
    "law",
    "angular",
    "cookie",
    "consent",
    "banner",
    "ngx",
    "ngx-cookie-consent",
    "angular-cookie-consent",
    "cookie-consent",
    "cookie-consent-banner"
  ],
  "peerDependencies": {
    "@angular/common": "^19.0.0",
    "@angular/core": "^19.0.0",
    "@angular/forms": "^19.0.0",
    "@angular/router": "^19.0.0",
    "rxjs": "^7.4.0"
  },
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "module": "fesm2022/localia-ngx-cookie-consent.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "default": "./fesm2022/localia-ngx-cookie-consent.mjs"
    }
  },
  "sideEffects": false
}