{
  "name": "@coreui/angular",
  "version": "5.2.25",
  "description": "CoreUI Components Library for Angular",
  "copyright": "Copyright 2024 creativeLabs Łukasz Holeczek",
  "license": "MIT",
  "homepage": "https://coreui.io/angular",
  "author": {
    "name": "creativeLabs Łukasz Holeczek",
    "url": "https://coreui.io",
    "github": "https://github.com/coreui",
    "twitter": "https://twitter.com/core_ui"
  },
  "contributors": [
    {
      "name": "CoreUI Team",
      "url": "https://github.com/orgs/coreui/people"
    }
  ],
  "dependencies": {
    "@popperjs/core": "~2.11.8",
    "tslib": "^2.3.0"
  },
  "sideEffects": false,
  "peerDependencies": {
    "@angular/animations": "^18.2.0",
    "@angular/cdk": "^18.2.0",
    "@angular/common": "^18.2.0",
    "@angular/core": "^18.2.0",
    "@angular/router": "^18.2.0",
    "@coreui/coreui": "^5.2.0",
    "@coreui/icons-angular": "~5.2.25",
    "rxjs": "^7.8.1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/coreui/coreui-angular.git"
  },
  "bugs": {
    "url": "https://github.com/coreui/coreui-angular/issues"
  },
  "keywords": [
    "coreui",
    "angular",
    "bootstrap",
    "framework",
    "responsive",
    "layout",
    "component",
    "components"
  ],
  "eslintConfig": {},
  "schematics": "./schematics/collection.json",
  "ng-add": {
    "save": true
  },
  "module": "fesm2022/coreui-angular.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "esm2022": "./esm2022/coreui-angular.mjs",
      "esm": "./esm2022/coreui-angular.mjs",
      "default": "./fesm2022/coreui-angular.mjs"
    }
  }
}