{
  "name": "ngx-mat-input-tel",
  "version": "20.0.0",
  "author": {
    "name": "Raphaël Balet",
    "email": "raphael.balet@outlook.com"
  },
  "maintainers": [
    "raphael.balet@outlook.com"
  ],
  "peerDependencies": {
    "@angular/common": ">=19.x",
    "@angular/core": ">=19.x",
    "@angular/forms": ">=19.x",
    "@angular/platform-browser": ">=19.x",
    "@angular/platform-browser-dynamic": ">=19.x",
    "libphonenumber-js": "^1.12.5"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rbalet/ngx-mat-input-tel"
  },
  "keywords": [
    "angular",
    "material",
    "ng15",
    "ng16",
    "ngx-mat-intl-tel-input",
    "intl-tel-input",
    "ng-intl-tel-input",
    "phone number",
    "phone",
    "validation",
    "international",
    "i18n",
    "country",
    "dial",
    "code",
    "telephone",
    "mobile",
    "input",
    "flag"
  ],
  "license": "MIT",
  "dependencies": {
    "tslib": "^2.x"
  },
  "module": "fesm2022/ngx-mat-input-tel.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "default": "./fesm2022/ngx-mat-input-tel.mjs"
    }
  },
  "sideEffects": false
}