{
  "name": "@proangular/pro-form",
  "version": "21.0.0",
  "description": "A predefined set of reactive and reusable form input components based on Angular Material.",
  "author": "Pro Angular <webmaster@proangular.com>",
  "homepage": "https://www.proangular.com",
  "private": false,
  "engines": {
    "node": "^20.19.0 || ^22.12.0 || ^24.0.0"
  },
  "peerDependencies": {
    "@angular/animations": ">=21 <22",
    "@angular/cdk": ">=21 <22",
    "@angular/common": ">=21 <22",
    "@angular/core": ">=21 <22",
    "@angular/forms": ">=21 <22",
    "@angular/material": ">=21 <22",
    "@angular/material-luxon-adapter": ">=21 <22",
    "@ngneat/until-destroy": ">=10 <11",
    "luxon": ">=3 <4",
    "rxjs": ">=7.8 <8",
    "zone.js": ">=0.15 <0.16"
  },
  "contributors": [
    {
      "name": "Cody Tolene",
      "email": "webmaster@codytolene.com",
      "url": "https://www.codytolene.com"
    }
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ProAngular/pro-form.git"
  },
  "keywords": [
    "pro",
    "angular",
    "material",
    "form",
    "forms",
    "input",
    "inputs",
    "custom",
    "pro-form",
    "ngx"
  ],
  "bugs": {
    "url": "https://github.com/ProAngular/pro-form/issues"
  },
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/proangular"
  },
  "publishConfig": {
    "access": "public"
  },
  "main": "src/main.ts",
  "module": "fesm2022/proangular-pro-form.mjs",
  "typings": "types/proangular-pro-form.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./types/proangular-pro-form.d.ts",
      "default": "./fesm2022/proangular-pro-form.mjs"
    }
  },
  "sideEffects": false,
  "dependencies": {
    "tslib": "^2.3.0"
  }
}