{
    "name": "hyper-modals",
    "version": "2.0.2",
    "description": "HyperModals is a framework agnostic library to create alerts, notifications and other interactive UI popups.",
    "main": "./dist/hyper-modals.umd.js",
    "module": "./dist/hyper-modals.mjs",
    "exports": {
        ".": {
            "import": "./dist/hyper-modals.mjs",
            "require": "./dist/hyper-modals.umd.js"
        },
        "./styles": {
            "import": "./dist/index.css",
            "require": "./dist/index.css"
        }
    },
    "scripts": {
        "dev": "vite --host",
        "build": "vite build",
        "prepublishOnly": "npm run build"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/jaaahn/HyperModals.git"
    },
    "author": "jaaahn",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/jaaahny/HyperModals/issues"
    },
    "homepage": "https://github.com/jaaahn/HyperModals#readme",
    "keywords": [
        "hyper",
        "hypermodal",
        "hypermodals",
        "hyper-modal",
        "hyper-modals",
        "modal",
        "modals",
        "notification",
        "notifications",
        "js",
        "javascript",
        "ui",
        "communication",
        "jaaahn"
    ],
    "devDependencies": {
        "@jaaahn/hyper-ui": "^3.2.0-beta.10",
        "@vitejs/plugin-vue": "^5.0.4",
        "@vue/compiler-sfc": "^3.4.21",
        "sass": "^1.74.1",
        "vite": "^5.2.8",
        "vue": "^3.4.21"
    },
    "dependencies": {
        "body-scroll-lock": "^4.0.0-beta.0",
        "lodash": "^4.17.21"
    }
}