{
  "name": "@skyux/indicators",
  "version": "12.3.0",
  "author": "Blackbaud, Inc.",
  "keywords": [
    "blackbaud",
    "skyux"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/blackbaud/skyux.git"
  },
  "bugs": {
    "url": "https://github.com/blackbaud/skyux/issues"
  },
  "homepage": "https://github.com/blackbaud/skyux#readme",
  "peerDependencies": {
    "@angular/animations": "^19.2.1",
    "@angular/cdk": "^19.2.2",
    "@angular/common": "^19.2.1",
    "@angular/core": "^19.2.1",
    "@angular/platform-browser": "^19.2.1",
    "@skyux-sdk/testing": "12.3.0",
    "@skyux/core": "12.3.0",
    "@skyux/help-inline": "12.3.0",
    "@skyux/i18n": "12.3.0",
    "@skyux/icon": "12.3.0",
    "@skyux/theme": "12.3.0"
  },
  "dependencies": {
    "tslib": "^2.8.1"
  },
  "module": "fesm2022/skyux-indicators.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "default": "./fesm2022/skyux-indicators.mjs"
    },
    "./testing": {
      "types": "./testing/index.d.ts",
      "default": "./fesm2022/skyux-indicators-testing.mjs"
    }
  },
  "sideEffects": false
}