{
  "name": "@angularity/forms",
  "version": "21.1.0",
  "sideEffects": false,
  "description": "utilities and enhancements for Angular Forms",
  "peerDependencies": {
    "@angular/common": ">=21",
    "@angular/core": ">=21",
    "@angular/forms": ">=21",
    "@angularity/core": "21.1.0",
    "rxjs": ">=7"
  },
  "dependencies": {
    "tslib": "2.x.x"
  },
  "author": "Char2s <char2s@outlook.com>",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Char2sGu/angularity.git"
  },
  "bugs": {
    "url": "https://github.com/Char2sGu/angularity/issues"
  },
  "homepage": "https://github.com/Char2sGu/angularity#readme",
  "module": "fesm2022/angularity-forms.mjs",
  "typings": "types/angularity-forms.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./types/angularity-forms.d.ts",
      "default": "./fesm2022/angularity-forms.mjs"
    }
  }
}