{
  "name": "@outerlimitstech/ngx-bootstrap",
  "version": "19.0.0",
  "description": "Components that utilize ngx-bootstrap for OuterLimits Technologies applications",
  "bugs": "https://github.com/OuterlimitsTech/olt-angular-libraries/issues",
  "homepage": "https://github.com/OuterlimitsTech/olt-angular-libraries#readme",
  "repository": "https://github.com/OuterlimitsTech/olt-angular-libraries.git",
  "license": "MIT",
  "author": "Chris Straw",
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "angular",
    "bootstrap",
    "ngx-bootstrap",
    "valor-software"
  ],
  "peerDependencies": {
    "@angular/common": ">=19.0.0",
    "@angular/core": ">=19.0.0",
    "@angular/forms": ">=19.0.0",
    "ngx-bootstrap": ">=19.0.0",
    "@outerlimitstech/ngx-app-core": ">=19.0.0"
  },
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "sideEffects": false,
  "module": "fesm2022/outerlimitstech-ngx-bootstrap.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "default": "./fesm2022/outerlimitstech-ngx-bootstrap.mjs"
    },
    "./date-picker": {
      "types": "./date-picker/index.d.ts",
      "default": "./fesm2022/outerlimitstech-ngx-bootstrap-date-picker.mjs"
    },
    "./date-time-picker": {
      "types": "./date-time-picker/index.d.ts",
      "default": "./fesm2022/outerlimitstech-ngx-bootstrap-date-time-picker.mjs"
    },
    "./html-table": {
      "types": "./html-table/index.d.ts",
      "default": "./fesm2022/outerlimitstech-ngx-bootstrap-html-table.mjs"
    }
  }
}