{
    "name": "@hug/ngx-sidenav",
    "version": "22.0.0-alpha.3",
    "description": "HUG Angular - sidenav component",
    "homepage": "https://github.com/dsi-hug/ngx-components",
    "license": "GPL-3.0-only",
    "author": "HUG - Hôpitaux Universitaires Genève",
    "contributors": [
        "badisi (https://github.com/badisi)",
        "vapkse (https://github.com/vapkse)"
    ],
    "repository": {
        "type": "git",
        "url": "git+https://github.com/dsi-hug/ngx-components.git"
    },
    "keywords": [
        "angular",
        "material",
        "material design",
        "components"
    ],
    "sideEffects": false,
    "exports": {
        "./m2": {
            "sass": "./m2/_sidenav-theme.scss",
            "types": "./types/hug-ngx-sidenav-m2.d.ts",
            "default": "./fesm2022/hug-ngx-sidenav-m2.mjs"
        },
        "./package.json": {
            "default": "./package.json"
        },
        ".": {
            "types": "./types/hug-ngx-sidenav.d.ts",
            "default": "./fesm2022/hug-ngx-sidenav.mjs"
        }
    },
    "peerDependencies": {
        "@angular/common": ">=21 <22",
        "@angular/core": ">=21 <22",
        "@hug/ngx-core": "^22.0.0-alpha.3",
        "rxjs": "^7.8.2",
        "zone.js": "^0.16.0"
    },
    "dependencies": {
        "tslib": "^2.8.1"
    },
    "publishConfig": {
        "access": "public",
        "tag": "alpha"
    },
    "module": "fesm2022/hug-ngx-sidenav.mjs",
    "typings": "types/hug-ngx-sidenav.d.ts"
}