{
  "name": "ngx-mat-toast",
  "version": "22.0.8",
  "description": "A toast notification library for Angular powered by Angular Material Snackbar.",
  "keywords": [
    "angular",
    "material",
    "mat",
    "angular-material",
    "toast",
    "notification",
    "snackbar",
    "toastr",
    "ngx",
    "ngx-toastr",
    "migration",
    "angular22",
    "standalone",
    "signal",
    "alert",
    "popup"
  ],
  "author": {
    "name": "Robin Bley",
    "url": "https://github.com/Robin-Bley"
  },
  "homepage": "https://github.com/Robin-Bley/ngx-mat-toast#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/Robin-Bley/ngx-mat-toast.git",
    "directory": "projects/ngx-mat-toast"
  },
  "bugs": {
    "url": "https://github.com/Robin-Bley/ngx-mat-toast/issues"
  },
  "funding": [
    {
      "type": "github",
      "url": "https://github.com/sponsors/Robin-Bley"
    },
    {
      "type": "paypal",
      "url": "https://www.paypal.me/RobinBley28"
    }
  ],
  "license": "MIT",
  "sideEffects": false,
  "publishConfig": {
    "access": "public"
  },
  "main": "./fesm2022/ngx-mat-toast.mjs",
  "module": "fesm2022/ngx-mat-toast.mjs",
  "types": "./types/ngx-mat-toast.d.ts",
  "typings": "types/ngx-mat-toast.d.ts",
  "peerDependencies": {
    "@angular/cdk": ">=21.0.0 <23.0.0",
    "@angular/common": ">=21.0.0 <23.0.0",
    "@angular/core": ">=21.0.0 <23.0.0",
    "@angular/material": ">=21.0.0 <23.0.0"
  },
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./types/ngx-mat-toast.d.ts",
      "default": "./fesm2022/ngx-mat-toast.mjs"
    }
  },
  "type": "module"
}