{
    "name": "@digilabscz/business-hours-js",
    "version": "1.0.19",
    "description": "Business hours custom form",
    "keywords": [
        "sync",
        "browser",
        "tab communication",
        "broadcastchannel"
    ],
    "homepage": "https://gitlab.com/digilabscz/businesshours-js#readme",
    "bugs": {
        "url": "https://gitlab.com/digilabscz/businesshours-js/issues"
    },
    "repository": {
        "type": "git",
        "url": "git+https://gitlab.com/digilabscz/businesshours-js.git"
    },
    "license": "MIT",
    "author": "Petr Hladík",
    "type": "module",
    "main": "./dist/business-hours.umd.js",
    "module": "./dist/business-hours.esm.js",
    "scripts": {
        "build": "rollup -c"
    },
    "devDependencies": {
        "rollup": "^4.37.0"
    },
    "exports": {
        ".": {
            "import": "./dist/business-hours.esm.js",
            "require": "./dist/business-hours.umd.js"
        }
    }
}
