{
  "name": "ngx-toastr",
  "version": "20.0.5",
  "license": "MIT",
  "peerDependencies": {
    "@angular/common": "^21.0.0",
    "@angular/core": "^21.0.0",
    "rxjs": "^7.8.2"
  },
  "dependencies": {
    "tslib": "^2.8.1"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/scttcper/ngx-toastr"
  },
  "exports": {
    "./toastr": {
      "default": "./toastr.css"
    },
    "./toastr-old": {
      "default": "./toastr-old.css"
    },
    "./toastr-bs4-alert": {
      "default": "./toastr-bs4-alert.scss"
    },
    "./toastr-bs5-alert": {
      "default": "./toastr-bs5-alert.scss"
    },
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./types/ngx-toastr.d.ts",
      "default": "./fesm2022/ngx-toastr.mjs"
    }
  },
  "sideEffects": false,
  "module": "fesm2022/ngx-toastr.mjs",
  "typings": "types/ngx-toastr.d.ts"
}
