{
  "name": "nextjs-toast-notify",
  "version": "1.60.0",
  "description": "Es un paquete npm moderno, intuitivo, flexible, liviano e imprescindible para agregar notificaciones emergentes (toasts) a tus aplicaciones web con Next.js.",
  "type": "module",
  "main": "dist/nextjs-toast-notify.min.js",
  "module": "dist/nextjs-toast-notify.es.min.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/nextjs-toast-notify.es.min.js"
      },
      "require": {
        "types": "./dist/index.d.ts",
        "default": "./dist/nextjs-toast-notify.min.js"
      }
    }
  },
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "build": "rollup -c",
    "dev": "rollup -c -w",
    "prepublishOnly": "npm run build"
  },
  "homepage": "https://www.nextjstoastnotify.com",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/urian121/nextjs-toast-notify.git"
  },
  "keywords": [
    "nextjs-toast-notify",
    "toast-notifications",
    "react-toast",
    "nextjs-toast",
    "notification-library",
    "toast-component",
    "alert-notifications",
    "user-feedback",
    "ui-notifications",
    "toast-popup",
    "javascript-notifications",
    "react-notifications",
    "nextjs-notifications",
    "toast-alerts",
    "notification-system",
    "toast-messages",
    "custom-toasts",
    "notification-component",
    "react-ui",
    "app-notifications",
    "toastify",
    "sweetalert",
    "push-notifications",
    "web-notifications",
    "responsive-notifications",
    "typescript-notifications",
    "modern-notifications",
    "lightweight-notifications",
    "toast-animations",
    "notification-sounds"
  ],
  "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"
  },
  "devDependencies": {
    "@rollup/plugin-node-resolve": "^15.3.0",
    "@rollup/plugin-terser": "^1.0.0",
    "@rollup/plugin-typescript": "^12.1.2",
    "@rollup/plugin-url": "^8.0.2",
    "rollup": "^4.43.0",
    "rollup-plugin-dts": "^6.2.1",
    "rollup-plugin-string": "^3.0.0",
    "tslib": "^2.8.1",
    "typescript": "^5.8.3"
  }
}
