{
  "name": "ngx-custom-material-file-input",
  "version": "19.0.1",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/daemons88/ngx-custom-material-file-input"
  },
  "description": "File input management for Angular Material",
  "keywords": [
    "angular",
    "material",
    "file",
    "input",
    "mat-form-field"
  ],
  "peerDependencies": {
    "@angular/cdk": "^19.0.0",
    "@angular/common": "^19.0.0",
    "@angular/core": "^19.0.0",
    "@angular/material": "^19.0.0"
  },
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "module": "fesm2022/ngx-custom-material-file-input.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "default": "./fesm2022/ngx-custom-material-file-input.mjs"
    }
  },
  "sideEffects": false
}