{
  "name": "not-a-toast",
  "version": "1.1.5",
  "description": "`not-a-toast` is a lightweight, customizable, and highly versatile JavaScript library for displaying beautiful and professional toast notifications on your web applications. With a wide range of options for customization, animations, themes, and more, you can create engaging and informative notifications that seamlessly integrate with your UI.",
  "type": "module",
  "main": "./dist/not-a-toast.umd.js",
  "module": "./dist/not-a-toast.es.js",
  "exports": {
    ".": {
      "import": "./dist/not-a-toast.es.js",
      "require": "./dist/not-a-toast.umd.js"
    },
    "./style.css": "./dist/style.css"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "vite build"
  },
  "keywords": [
    "toast",
    "toast notifications",
    "toast library",
    "javascript toast",
    "notification",
    "notification library",
    "alert",
    "alert popup",
    "snackbar",
    "popup notification",
    "message notification",
    "custom toast",
    "custom notifications",
    "lightweight toast",
    "minimal toast",
    "animated toast",
    "themeable toast",
    "css animations",
    "toast message",
    "toast popup",
    "snackbar notifications",
    "toastr alternative",
    "toastify alternative",
    "not-a-toast",
    "react toast",
    "react notifications",
    "nextjs toast",
    "nextjs notifications",
    "vite toast",
    "vite notifications",
    "vanilla js toast",
    "vanilla javascript notifications",
    "frontend toast library",
    "browser toast notifications",
    "npm toast library"
  ],
  "author": "Shaik Sharzil",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shaiksharzil/not-a-toast.git"
  },
  "bugs": {
    "url": "https://github.com/shaiksharzil/not-a-toast/issues"
  },
  "homepage": "https://not-a-toast.vercel.app",
  "devDependencies": {
    "vite": "^5.4.20"
  }
}
