{
  "name": "@serene-dev/toast-notifications",
  "version": "19.0.1",
  "peerDependencies": {
    "@angular/common": "^19.0.0",
    "@angular/core": "^19.0.0",
    "rxjs": "7.8.1"
  },
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "sideEffects": false,
  "author": {
    "name": "Ahmed Lawal",
    "email": "ahmeddapo0110@gmail.com",
    "url": "https://serene-dev.xyz/portfolio"
  },
  "homepage": "https://serene-dev.xyz/documentations/toast-notifications",
  "keywords": [
    "serene-dev",
    "ng",
    "angular",
    "toast-notification",
    "notification"
  ],
  "module": "fesm2022/serene-dev-toast-notifications.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "default": "./fesm2022/serene-dev-toast-notifications.mjs"
    }
  }
}