{
  "name": "@protoarch.angular/validation-message",
  "version": "19.0.0-0",
  "publishConfig": {
    "access": "public"
  },
  "homepage": "https://github.com/protoarch/angular/tree/main/libs/validation-message#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/protoarch/angular.git"
  },
  "keywords": [
    "angular",
    "dynamic field validation",
    "reactive forms"
  ],
  "author": {
    "name": "Sergey Romanchuk"
  },
  "maintainers": [
    {
      "email": "rezety@gmail.com",
      "name": "Sergey Romanchuk"
    }
  ],
  "license": "MIT",
  "description": "Module for AB tests",
  "engines": {
    "node": ">= 20.0.0"
  },
  "peerDependencies": {
    "@angular/core": "^19.0.0",
    "@angular/forms": "^19.0.0",
    "rxjs": ">=7.8.1 <8.0.0"
  },
  "optionalDependencies": {
    "angular-i18next": "19.0.0-0 || ^19.0.0"
  },
  "module": "fesm2022/protoarch.angular-validation-message.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "default": "./fesm2022/protoarch.angular-validation-message.mjs"
    },
    "./provider-i18next": {
      "types": "./provider-i18next/index.d.ts",
      "default": "./fesm2022/protoarch.angular-validation-message-provider-i18next.mjs"
    }
  },
  "sideEffects": false,
  "dependencies": {
    "tslib": "^2.3.0"
  }
}
