{
  "name": "ngx-bottom-sheet-modal",
  "version": "4.1.3",
  "description": "Angular 19 and TailwindCSS 3.4 Bottom Sheet Modal",
  "repository": {
    "type": "git",
    "url": "https://github.com/quedicesebas/angular-tailwind-ui.git"
  },
  "license": "MIT",
  "keywords": [
    "angular",
    "angular17",
    "angular18",
    "angular19",
    "ui",
    "dialog",
    "modal",
    "tailwindcss",
    "typescript",
    "component",
    "angularx"
  ],
  "peerDependencies": {
    "@angular/common": "^19.0.0",
    "@angular/core": "^19.0.0"
  },
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "sideEffects": false,
  "module": "fesm2022/ngx-bottom-sheet-modal.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "default": "./fesm2022/ngx-bottom-sheet-modal.mjs"
    }
  }
}