{
  "name": "@irohalab/deneb-ui",
  "version": "6.0.2",
  "description": "Building blocks for mira-ui",
  "author": "Everett Summer",
  "license": "Apache-2.0",
  "repository": "github:irohalab/Deneb-UI.git",
  "peerDependencies": {
    "@angular/common": "19.x || 20.x || 21.x",
    "@angular/core": "19.x || 20.x || 21.x",
    "@angular/animations": "19.x || 20.x || 21.x",
    "popper.js": "^1.12.9"
  },
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "module": "fesm2022/irohalab-deneb-ui.mjs",
  "typings": "types/irohalab-deneb-ui.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./types/irohalab-deneb-ui.d.ts",
      "default": "./fesm2022/irohalab-deneb-ui.mjs"
    }
  },
  "sideEffects": false,
  "type": "module"
}