{
    "name": "hy-starry-sky",
    "private": false,
    "version": "0.0.12",
    "keywords": [
        "starry",
        "sky",
        "starry-sky",
        "hy-starry-sky"
    ],
    "scripts": {
        "dev": "vite --force --host",
        "build": "vite build",
        "preview": "vite preview"
    },
    "main": "lib/hy-starry-sky.umd.js",
    "module": "lib/hy-starry-sky.es.js",
    "exports": {
        ".": {
            "import": "./lib/hy-starry-sky.js",
            "require": "./lib/hy-starry-sky.umd.cjs"
        },
        "./style.css": "./lib/hy-starry-sky.css",
        "./*": "./lib/*"
    },
    "files": [
        "lib/*"
    ],
    "dependencies": {
        "vue": "^3.5.18"
    },
    "devDependencies": {
        "@vitejs/plugin-vue": "^6.0.1",
        "vite": "^7.1.2"
    }
}
