{
    "name": "@components-1812/svg-isolate",
    "description": "Web Component for isolated SVG rendering with ID conflict prevention, responsive srcset, smart caching, and lazy/defer/idle loading strategies.",
    "keywords": [
        "svg",
        "web-component",
        "custom-element",
        "svg-loader",
        "svg-component",
        "svg-isolate",
        "svg-srcset",
        "responsive-svg",
        "lazy-loading",
        "defer-loading",
        "idle-loading",
        "svg-cache",
        "shadow-dom",
        "frontend",
        "ui"
    ],
    "author": "Franco Javier Gadea",
    "license": "MIT",
    "version": "0.0.2",
    "repository": {
        "type": "git",
        "url": "https://github.com/components-1812/svg-isolate.git"
    },
    "type": "module",
    "exports": {
        ".": "./dist/index.bundle.js",
        "./bundle.js": "./dist/index.bundle.js",
        "./bundle.min.js": "./dist/index.bundle.min.js",
        "./SVGIsolate.js": "./dist/SVGIsolate.js",
        "./SVGIsolate.css": "./dist/SVGIsolate.css",
        "./SVGIsolate.min.js": "./dist/SVGIsolate.min.js",
        "./SVGIsolate.min.css": "./dist/SVGIsolate.min.css",
        "./dist/*": "./dist/*"
    },
    "files": [
        "dist"
    ],
    "main": "./dist/SVGIsolate.js",
    "style": "./dist/SVGIsolate.css",
    "devDependencies": {
        "esbuild": "^0.28.0"
    },
    "scripts": {
        "build": "node build.js"
    }
}