{
  "name": "@creately/ngx-mat-select-search",
  "description": "Angular component providing an input field for searching / filtering MatSelect options of the Angular Material library.",
  "version": "8.0.4",
  "license": "MIT",
  "author": "Esteban Gehring, Bithost GmbH",
  "bugs": {
    "url": "https://github.com/creately/ngx-mat-select-search/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/creately/ngx-mat-select-search.git"
  },
  "keywords": [
    "angular",
    "angular 2",
    "material",
    "MatSelect",
    "select",
    "search",
    "filter"
  ],
  "homepage": "https://github.com/bithost-gmbh/ngx-mat-select-search",
  "peerDependencies": {
    "@angular/material": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0"
  },
  "dependencies": {
    "tslib": "^2.4.0"
  },
  "module": "fesm2022/creately-ngx-mat-select-search.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "default": "./fesm2022/creately-ngx-mat-select-search.mjs"
    }
  },
  "sideEffects": false
}