{
  "name": "customizable-toast-notification",
  "version": "3.12.1",
  "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.cjs",
  "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",
      "require": "./dist/index.cjs",
      "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 && du -h dist/*",
    "postinstall": "node postinstall.js",
    "build": "rollup -c",
    "test:builds": "node scripts/test-build.js",
    "ci:test": "node tests/logic/logic-verification.test.mjs",
    "lint": "eslint src",
    "test:e2e": "playwright test",
    "test:e2e:ui": "playwright test --ui",
    "test:e2e:headed": "playwright test --headed",
    "prepare": "husky"
  },
  "keywords": [
    "javascript",
    "javascript-library",
    "vanilla-js",
    "notification",
    "toast-notification",
    "ui-component",
    "zero-dependency",
    "customizable",
    "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-library",
    "custom-toast",
    "typescript",
    "sanitized-html",
    "xss-safe",
    "accessible",
    "wcag"
  ],
  "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.cjs",
    "dist/index.cjs.map",
    "dist/index.d.ts",
    "README.md",
    "LICENSE",
    "CHANGELOG.md"
  ],
  "devDependencies": {
    "@babel/core": "^7.22.9",
    "@babel/preset-env": "^7.28.3",
    "@commitlint/cli": "^21.2.1",
    "@commitlint/config-conventional": "^21.2.0",
    "@eslint/js": "^10.0.1",
    "@playwright/test": "^1.62.1",
    "@rollup/plugin-babel": "^7.1.0",
    "@rollup/plugin-commonjs": "^29.0.3",
    "@rollup/plugin-node-resolve": "^16.0.3",
    "@rollup/plugin-replace": "^6.0.2",
    "@rollup/plugin-terser": "^1.0.0",
    "@semantic-release/changelog": "^7.0.0",
    "@semantic-release/git": "^11.0.1",
    "eslint": "^10.8.0",
    "globals": "^17.9.0",
    "husky": "^9.1.7",
    "jsdom": "^30.0.1",
    "rollup": "^4.49.0",
    "rollup-plugin-dts": "^6.2.3",
    "rollup-plugin-visualizer": "^6.0.3",
    "semantic-release": "^25.0.9",
    "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"
    }
  ]
}
