{
  "name": "customizable-toast-notification",
  "version": "3.11.0",
  "description": "A lightweight, zero-dependency toast notification library with CTA support for modern JavaScript applications with production-grade reliability and comprehensive system  mechanisms",
  "main": "dist/index.esm.mjs",
  "module": "dist/index.esm.mjs",
  "unpkg": "dist/index.umd.js",
  "jsdelivr": "dist/index.umd.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.esm.mjs",
      "script": "./dist/index.umd.js",
      "default": "./dist/index.umd.js"
    },
    "./package.json": "./package.json"
  },
  "engines": {
    "node": ">=14.0.0",
    "npm": ">=6.0.0"
  },
  "browserslist": [
    "> 0.25%",
    "not dead",
    "not ie 11",
    "chrome >= 60",
    "firefox >= 55",
    "safari >= 10.1",
    "edge >= 79",
    "node >= 14"
  ],
  "sideEffects": [
    false,
    "*.css"
  ],
  "scripts": {
    "dist:clean": "rm -rf dist",
    "build:js": "rollup -c",
    "build:types:emit": "tsc -p tsconfig.types.json",
    "build:types:bundle": "rollup -c rollup.dts.config.mjs",
    "build:types": "npm run build:types:emit && npm run build:types:bundle",
    "zone-build": "npm run dist:clean && npm run build:js && npm run build:types",
    "postinstall": "node postinstall.js",
    "build": "rollup -c",
    "test:builds": "node scripts/test-build.js"
  },
  "keywords": [
    "javascript",
    "javascript-library",
    "vanilla-js",
    "notification",
    "toast-notification",
    "ui-component",
    "zero-dependency",
    "customizable",
    "lightweight",
    "production-ready",
    "framework-agnostic",
    "fallback-system",
    "alert",
    "popup",
    "message",
    "library",
    "npm",
    "umd",
    "esm",
    "cjs",
    "cdn",
    "toast",
    "toast-library",
    "toast-alert",
    "toast-message",
    "custom-notification",
    "popup-notification",
    "frontend",
    "message-popup",
    "npm-library",
    "npm-toast-package",
    "customizable-toast-notification",
    "component",
    "toast-component",
    "notification-component",
    "customisable",
    "customisable-toast-notification",
    "react-component",
    "react-toast",
    "frontend",
    "frontend-library",
    "custom-toast"
  ],
  "publishConfig": {
    "access": "public"
  },
  "author": {
    "name": "Priyanshu Patel",
    "email": "priyanshu.alt191@gmail.com",
    "url": "https://github.com/sammy-cool"
  },
  "license": "Apache-2.0",
  "files": [
    "postinstall.js",
    "dist/index.esm.mjs",
    "dist/index.esm.mjs.map",
    "dist/index.umd.js",
    "dist/index.umd.js.map",
    "dist/index.d.ts",
    "README.md",
    "LICENSE",
    "CHANGELOG.md"
  ],
  "devDependencies": {
    "@babel/core": "^7.28.4",
    "@babel/preset-env": "^7.28.3",
    "@playwright/test": "^1.54.1",
    "@rollup/plugin-babel": "^6.0.4",
    "@rollup/plugin-commonjs": "^28.0.6",
    "@rollup/plugin-node-resolve": "^15.2.3",
    "@rollup/plugin-replace": "^6.0.2",
    "@rollup/plugin-terser": "^0.4.4",
    "autoprefixer": "^10.4.21",
    "postcss": "^8.5.6",
    "postcss-import": "^16.1.1",
    "rollup": "^4.49.0",
    "rollup-plugin-dts": "^6.2.3",
    "rollup-plugin-filesize": "^10.0.0",
    "rollup-plugin-postcss": "^4.0.2",
    "rollup-plugin-visualizer": "^6.0.3",
    "typescript": "^5.9.2"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sammy-cool/customizable-toast-notification.git"
  },
  "bugs": {
    "url": "https://github.com/sammy-cool/customizable-toast-notification/issues"
  },
  "homepage": "https://github.com/sammy-cool/customizable-toast-notification#readme",
  "funding": [
    {
      "type": "individual",
      "url": "https://paypal.me/priyanshupatel1"
    }
  ]
}
