{
  "name": "ngx-field-validation-errors",
  "version": "1.3.2",
  "license": "MIT",
  "keywords": [
    "angular",
    "angular 17",
    "form-validation",
    "ngx-field-validation-errors",
    "reactive-forms",
    "template-driven-forms",
    "validation-messages",
    "error-handling",
    "custom-templates",
    "validation-directive",
    "async-validation",
    "cross-field-validation",
    "error-templates",
    "form-errors",
    "input-validation",
    "ui-validation"
  ],
  "author": {
    "name": "Shantanu Yewale",
    "email": "shantanuyewale12345@gmail.com",
    "url": "https://shantanuyewaledev.netlify.app/"
  },
  "peerDependencies": {
    "@angular/common": ">=17 <20",
    "@angular/core": ">=17 <20"
  },
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "sideEffects": false,
  "module": "fesm2022/ngx-field-validation-errors.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "default": "./fesm2022/ngx-field-validation-errors.mjs"
    }
  }
}