{
  "name": "mk-magic-alerts",
  "version": "20.0.0",
  "description": "Flying in alerts for Angular applications",
  "homepage": "https://mkeller1992.github.io/mk-magic-messages-library",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mkeller1992/mk-magic-messages-library.git"
  },
  "license": "MIT",
  "keywords": [
    "Angular",
    "Angular 2",
    "ng2",
    "ngx",
    "alerts"
  ],
  "dependencies": {
    "tslib": "^2.8.1"
  },
  "peerDependencies": {
    "@angular/common": "^20.0.0",
    "@angular/core": "^20.0.0",
    "@angular/forms": "^20.0.0",
    "@angular/animations": "^20.0.0",
    "rxjs": "~7.8.1"
  },
  "module": "fesm2022/mk-magic-alerts.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "default": "./fesm2022/mk-magic-alerts.mjs"
    }
  },
  "sideEffects": false
}