{
  "name": "dialog-js2.0",
  "version": "2.0.1",
  "author": "Fernando Omar Luna",
  "description": "A lightweight, modern, and dependency-free JavaScript library for creating asynchronous, accessible native modal dialogs and toasts. Powered by the native HTML5 `<dialog>` element and fully compatible with JS Modules (ESM) and, of course, a simple option to implement it via a classic CDN way.",
  "main": "dist/dialogJS2.0.min.js",
  "style": "dist/dialogJS2-default-theme.min.css",
  "files": [
    "dist"
  ],
  "exports": {
    ".": {
      "import": "./dist/dialogJS2.0.min.js",
      "style": "./dist/dialogJS2-default-theme.min.css"
    },
    "./themes/*": "./dist/dialogJS2-*-theme.min.css"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mobilepadawan/Dialog-JS2.git"
  },
  "keywords": [ "alert", "prompt", "confirm", "toast", "message", "messages", "dialog", "library", "Sweet Alert 2", "Toastify-JS", "DialogJS", "ToastIT-js", "Toast-It"],
  "license": "ISC",
  "type": "module",
  "bugs": {
    "url": "https://github.com/mobilepadawan/Dialog-JS2/issues"
  },
  "homepage": "https://mobilepadawan.github.io/Dialog-JS2/website"
}