{
  "name": "nextjs-toast-notify",
  "version": "1.36.0",
  "description": "Es un paquete npm imprescindible para agregar notificaciones emergentes (toasts) a tus aplicaciones web con Next.js. Ideal para proporcionar retroalimentación visual clara y efectiva sin interrumpir la experiencia del usuario, este paquete te permite mostrar mensajes de alerta, éxito, error y mucho más de manera personalizable y elegante. Con una configuración intuitiva y opciones flexibles, Nextjs Toast Notify te ofrece la herramienta perfecta para mantener a tus usuarios informados y mejorar la interacción con tu aplicación.",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "module": "dist/index.js",
  "files": [
    "dist",
    "styles",
    "sonidos",
    "README.md"
  ],
  "scripts": {
    "build": "vite build && cp dist/index.js dist/nextjs-toast-notify.js && cp dist/index.css dist/styles/nextjs-toast-notify.css && rm dist/index.css",
    "minify-css": "npx clean-css-cli -o dist/styles/nextjs-toast-notify.css dist/styles/nextjs-toast-notify.css",
    "postbuild": "npm run minify-css",
    "dev": "vite"
  },
  "homepage": "https://www.nextjstoastnotify.com",
  "repository": {
    "type": "git",
    "url": "https://github.com/urian121/nextjs-toast-notify"
  },
  "keywords": [
    "nextjs-toast-notify",
    "alertas",
    "toast",
    "notifications",
    "nextjs",
    "react-toastify",
    "alerts",
    "toast-notify",
    "message",
    "react",
    "next",
    "notification",
    "react-toastify",
    "push",
    "alert",
    "react-components",
    "toastify",
    "sweetalert",
    "user-feedback",
    "ui-notifications",
    "notification-system",
    "toast-messages",
    "alert-notifications",
    "react-toast",
    "web-notifications",
    "custom-toasts",
    "notification-component",
    "react-ui",
    "app-notifications"
  ],
  "author": {
    "name": "Urian Viera",
    "email": "urianwebdeveloper@gmail.com",
    "url": "https://www.urianviera.com"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/urian121/nextjs-toast-notify/issues",
    "email": "urianwebdeveloper@gmail.com"
  },
  "contributors": [
    {
      "name": "Braudin Laya",
      "email": "freelance@braudin.com",
      "url": "https://github.com/Braudin"
    }
  ],
  "dependencies": {
    "@vitejs/plugin-react": "^1.3.2",
    "typescript": "^5.5.3",
    "vite": "^6.2.5"
  },
  "devDependencies": {
    "esbuild": "^0.25.2",
    "vite-plugin-dts": "^4.0.0-beta.1",
    "vite-plugin-static-copy": "^2.3.0"
  }
}
