{
    "name": "light-dom-element",
    "version": "0.0.9",
    "description": "light-dom-element web component to render local and remote template",
    "author": {
        "name": "Sasha Firsov",
        "email": "suns@simulationworks.com",
        "url": "https://blog.firsov.net/"
    },
    "homepage": "https://github.com/sashafirsov/light-dom-element",
    "bugs": "https://github.com/sashafirsov/light-dom-element/issues",
    "repository": {
        "type": "git",
        "url": "https://github.com/sashafirsov/light-dom-element.git"
    },
    "keywords": [
        "JS",
        "front-end",
        "Vanilla",
        "ShadowDOM",
        "Web Component",
        "WebComponent"
    ],
    "license": "Apache-2.0",
    "browser": "light-dom-element.js",
    "module": "light-dom-element.js",
    "type": "module",
    "files": [
        "*",
        "**/*"
    ],
    "scripts": {
        "start": "npx @web/dev-server --node-resolve",
        "test": "echo 'test is implemented in https://github.com/sashafirsov/light-dom-element-test' && exit 0"
    },
    "funding": {
        "type": "patreon",
        "url": "https://www.patreon.com/sashafirsov"
    },
    "dependencies": {
        "css-chain": "^1.1.7",
        "shadow-dom-element": "^0.0.9"
    },
    "customElements": "custom-elements.json"
}
