{
  "name": "@devlukaszmichalak/mat-select-filter",
  "version": "19.0.0",
  "description": "A filter for mat-select",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/devLukaszMichalak/mat-select-filter.git"
  },
  "keywords": [
    "Angular",
    "Material",
    "Angular Material",
    "mat-select-filter",
    "mat-select",
    "filtering",
    "dropdown",
    "angular"
  ],
  "license": "MIT",
  "author": "Max Livingston",
  "peerDependencies": {
    "@angular/common": "^19",
    "@angular/core": "^19",
    "@angular/material": "^19"
  },
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "bugs": {
    "url": "https://github.com/devLukaszMichalak/mat-select-filter/issues"
  },
  "homepage": "https://github.com/devLukaszMichalak/mat-select-filter#readme",
  "sideEffects": false,
  "module": "fesm2022/devlukaszmichalak-mat-select-filter.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "default": "./fesm2022/devlukaszmichalak-mat-select-filter.mjs"
    }
  }
}