{
  "name": "@ngneat/dialog",
  "version": "5.2.1",
  "description": "Simple to use, highly customizable, and powerful modal for Angular Apps",
  "dependencies": {
    "tslib": "2.3.1"
  },
  "peerDependencies": {
    "@angular/core": ">=17.0.0"
  },
  "keywords": [
    "angular",
    "dialog",
    "modal",
    "angular modal"
  ],
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "bugs": {
    "url": "https://github.com/ngneat/dialog/issue"
  },
  "homepage": "https://github.com/ngneat/dialog#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/ngneat/dialog"
  },
  "module": "fesm2022/ngneat-dialog.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "esm2022": "./esm2022/ngneat-dialog.mjs",
      "esm": "./esm2022/ngneat-dialog.mjs",
      "default": "./fesm2022/ngneat-dialog.mjs"
    }
  },
  "sideEffects": false
}