{
  "name": "ngx-mask",
  "version": "22.1.0",
  "description": "Input masking for modern Angular — Reactive, template-driven and Signal Forms, zoneless and SSR ready. Dates, numbers, separators, custom patterns.",
  "keywords": [
    "ng2-mask",
    "ngx-mask",
    "ng2",
    "angular-mask",
    "mask",
    "angular",
    "angular2",
    "angular2-mask",
    "ng2mask"
  ],
  "license": "MIT",
  "author": "ngx-mask",
  "files": [
    "LICENSE",
    "README.md",
    "fesm2022/ngx-mask.mjs",
    "types",
    "package.json"
  ],
  "contributors": [
    "ngx-mask"
  ],
  "homepage": "https://github.com/NepipenkoIgor/ngx-mask",
  "repository": {
    "type": "git",
    "url": "git@github.com:NepipenkoIgor/ngx-mask.git"
  },
  "bugs": {
    "url": "https://github.com/NepipenkoIgor/ngx-mask/issues"
  },
  "peerDependencies": {
    "@angular/common": "^22.0.0",
    "@angular/core": "^22.0.0",
    "@angular/forms": "^22.0.0"
  },
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "module": "fesm2022/ngx-mask.mjs",
  "typings": "types/ngx-mask.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./types/ngx-mask.d.ts",
      "default": "./fesm2022/ngx-mask.mjs"
    }
  },
  "sideEffects": false,
  "type": "module"
}