{
  "name": "toastify-pro",
  "version": "1.7.0",
  "description": "A lightweight customizable toast notification library with interactive confirmation dialogs, input prompts, center positioning, and perfect callback handling. SweetAlert alternative.",
  "main": "dist/toastify-pro.umd.js",
  "module": "dist/toastify-pro.esm.js",
  "files": [
    "dist",
    "src",
    "assets"
  ],
  "keywords": [
    "toast",
    "toaster",
    "toastify",
    "toastify-pro",
    "notification",
    "notifications",
    "popup",
    "alert",
    "snackbar",
    "toast message",
    "message",
    "ui",
    "ux",
    "frontend",
    "javascript",
    "typescript",
    "vanilla js",
    "framework agnostic",
    "web",
    "web app",
    "react",
    "react toast",
    "react notifications",
    "vue",
    "vue toast",
    "angular",
    "angular toast",
    "svelte",
    "svelte toast",
    "jquery",
    "jquery toast",
    "bootstrap toast",
    "tailwind",
    "material ui",
    "sweetalert alternative",
    "toastr alternative",
    "react-toastify alternative",
    "lightweight",
    "minimal",
    "library",
    "esm",
    "umd",
    "cdn",
    "open source"
  ],
  "author": "Abhishek Potter",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/abhipotter/toastify-pro.git"
  },
  "bugs": {
    "url": "https://github.com/abhipotter/toastify-pro/issues"
  },
  "homepage": "https://abhipotter.github.io/toastify-pro/",
  "type": "module",
  "devDependencies": {
    "@rollup/plugin-terser": "^0.4.4",
    "rollup": "^4.50.2"
  },
  "scripts": {
    "build": "rollup -c"
  },
  "directories": {
    "example": "examples"
  },
  "overrides": {
    "@jridgewell/sourcemap-codec": "1.5.0"
  }
}
