{
  "name": "@editora/toast",
  "version": "2.0.5",
  "description": "Enterprise toast notification library for React and web apps, with SaaS-ready UX patterns, accessibility, and high-performance lifecycle controls.",
  "main": "dist/index.cjs.js",
  "module": "dist/index.esm.js",
  "browser": "dist/index.umd.js",
  "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.js",
      "require": "./dist/index.cjs.js",
      "browser": "./dist/index.umd.js",
      "default": "./dist/index.esm.js"
    },
    "./toast.css": "./dist/toast.css"
  },
  "files": [
    "dist/**/*.js",
    "dist/**/*.css",
    "dist/**/*.d.ts",
    "README.md",
    "CHANGELOG.md"
  ],
  "keywords": [
    "react ui library",
    "react component library",
    "saas ui components",
    "enterprise react components",
    "modern design system",
    "rich text editor react",
    "editora",
    "editora ui ecosystem",
    "toast",
    "notification",
    "ui",
    "ux",
    "typescript",
    "framework-agnostic",
    "accessibility",
    "promise",
    "queue",
    "plugin",
    "editor",
    "rich-text-editor"
  ],
  "author": "Ajay Kumar <ajaykr089@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ajaykr089/Editora.git",
    "directory": "packages/editora-toast"
  },
  "bugs": {
    "url": "https://github.com/ajaykr089/Editora/issues"
  },
  "homepage": "https://editora-ecosystem.netlify.app/docs/toast",
  "style": "dist/toast.css",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "vite build && vite build --config vite.umd.config.ts && tsc --emitDeclarationOnly --outDir dist",
    "postbuild": "cp src/toast.css dist/",
    "dev": "vite build --watch",
    "clean": "rm -rf dist",
    "prepublishOnly": "npm run clean && npm run build"
  },
  "devDependencies": {
    "typescript": "^5.0.0",
    "vite": "^4.5.14"
  },
  "gitHead": "7883627e823aa99dd5ecb66a5201116df972f88b"
}
