{
  "name": "@winarg/ng-snotify",
  "description": "Angular 19+ notifications center",
  "version": "19.0.0",
  "homepage": "https://winarg.github.io/ng-snotify",
  "repository": {
    "type": "git",
    "url": "https://github.com/winarg/ng-snotify"
  },
  "author": {
    "name": "artemsky",
    "email": "mr.artemsky@gmail.com"
  },
  "keywords": [
    "angular",
    "Angular19",
    "ng",
    "ng19",
    "19",
    "Library",
    "Notifications",
    "Notification",
    "Toast",
    "toasts",
    "promt",
    "async",
    "confirmation",
    "notify",
    "notie",
    "notification-center",
    "snotify",
    "ng-snotify",
    "angular19 notifications",
    "toaster"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://winarg.github.io/ng-snotify/issues"
  },
  "dependencies": {
    "tslib": "2"
  },
  "peerDependencies": {
    "@angular/core": ">=19",
    "rxjs": "7",
    "zone.js": "^0.15.1"
  },
  "module": "fesm2022/winarg-ng-snotify.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "default": "./fesm2022/winarg-ng-snotify.mjs"
    }
  },
  "sideEffects": false
}