{
  "name": "ng-angular-popup",
  "version": "0.6.6",
  "description": "A modern, lightweight, and customizable toast notification library for Angular applications",
  "author": {
    "name": "Sashi Yadav",
    "email": "yshashi30@gmail.com",
    "url": "https://github.com/yshashi"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/yshashi/ng-angular-popup"
  },
  "bugs": {
    "url": "https://github.com/yshashi/ng-angular-popup/issues"
  },
  "homepage": "https://github.com/yshashi/ng-angular-popup#readme",
  "keywords": [
    "angular",
    "toast",
    "notification",
    "popup",
    "alert",
    "ng-angular-popup",
    "angular-toast",
    "angular-notification",
    "toast-notification",
    "notification-system",
    "angular-component",
    "typescript",
    "ui-component",
    "angular12",
    "angular13",
    "angular14",
    "angular15",
    "angular16",
    "angular17"
  ],
  "peerDependencies": {
    "@angular/common": ">=12.0.0",
    "@angular/core": ">=12.0.0",
    "@angular/platform-browser": ">=12.0.0"
  },
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "exports": {
    "./ng-toast": {
      "default": "./ng-toast.css"
    },
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "default": "./fesm2022/ng-angular-popup.mjs"
    }
  },
  "sideEffects": false,
  "engines": {
    "node": ">=12.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/yshashi"
  },
  "private": false,
  "module": "fesm2022/ng-angular-popup.mjs",
  "typings": "index.d.ts"
}