{
  "name": "@serene-dev/ng-tel-input",
  "version": "19.0.0",
  "peerDependencies": {
    "@angular/common": "^19.0.0",
    "@angular/core": "^19.0.0"
  },
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "sideEffects": false,
  "author": {
    "name": "Ahmed Lawal",
    "email": "ahmeddapo0110@gmail.com",
    "url": "https://serene-dev.xyz/portfolio"
  },
  "homepage": "https://serene-dev.xyz/documentations/ng-tel-input",
  "schematics": "./schematics/collection.json",
  "ng-add": {
    "save": "true"
  },
  "keywords": [
    "serene-dev",
    "ng-tel-input",
    "international",
    "i18n",
    "country",
    "dial",
    "code",
    "telephone",
    "mobile",
    "input",
    "flag"
  ],
  "module": "fesm2022/serene-dev-ng-tel-input.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "default": "./fesm2022/serene-dev-ng-tel-input.mjs"
    }
  }
}