{
  "name": "ngx-mat-slide-panel",
  "version": "21.0.0",
  "author": "Mamdhooh Mohamed",
  "github": "https://github.com/mandhu/angular-material-components",
  "license": "MIT",
  "readme": "README.md",
  "bugs": {
    "url": "https://github.com/mandhu/angular-material-components/issues"
  },
  "homepage": "https://github.com/mandhu/angular-material-components",
  "keywords": [
    "angular",
    "material",
    "ng",
    "overlay",
    "cdk",
    "overlay-panel",
    "mat-sliding-panel"
  ],
  "dependencies": {
    "tslib": "^2.0.0"
  },
  "peerDependencies": {
    "@angular/cdk": ">=20.0.0 || ^21.0.0",
    "@angular/common": ">=20.0.0 || ^21.0.0",
    "@angular/core": ">=20.0.0 || ^21.0.0",
    "@angular/material": ">=20.0.0 || ^21.0.0"
  },
  "module": "fesm2022/ngx-mat-slide-panel.mjs",
  "typings": "types/ngx-mat-slide-panel.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./types/ngx-mat-slide-panel.d.ts",
      "default": "./fesm2022/ngx-mat-slide-panel.mjs"
    }
  },
  "sideEffects": false
}