{
  "name": "@ng-vibe/dialog",
  "version": "0.1.1",
  "description": "A dynamic dialog library for Angular 17+, enabling the creation of beautifully animated dialogs with full control from parent and child components.",
  "repository": {
    "type": "git",
    "url": "https://github.com/boris-jenicek/ng-vibe.git",
    "directory": "libs/dialog"
  },
  "keywords": [
    "angular",
    "dialog",
    "ui",
    "angular-component",
    "animation",
    "modal",
    "ui"
  ],
  "homepage": "https://github.com/boris-jenicek/ng-vibe/tree/main/libs/dialog",
  "author": "Boris Jenicek",
  "license": "MIT",
  "peerDependencies": {
    "@angular/common": ">17.0.0",
    "@angular/core": ">17.0.0",
    "@angular/animations": ">17.0.0",
    "rxjs": ">7.8.0",
    "@angular/platform-browser": ">17.0.0"
  },
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "sideEffects": false,
  "module": "fesm2022/ng-vibe-dialog.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "esm2022": "./esm2022/ng-vibe-dialog.mjs",
      "esm": "./esm2022/ng-vibe-dialog.mjs",
      "default": "./fesm2022/ng-vibe-dialog.mjs"
    }
  }
}