{
  "name": "ngx-form-lib",
  "version": "0.3.0",
  "description": "Dynamic form library for Angular 18 with Material 3 support. Create complex reactive forms easily using JSON configuration with modern Angular 18 control flow syntax.",
  "author": {
    "email": "navdeep.dev2510@gmail.com",
    "name": "Navdeep Singh",
    "url": "https://www.linkedin.com/in/navdeep-singh-4631a9127/"
  },
  "homepage": "https://ngx-form-lib.web.app",
  "repository": {
    "type": "git",
    "url": "https://github.com/Nav2510/ngx-form-lib.git"
  },
  "license": "MIT",
  "keywords": [
    "angular",
    "angular-18",
    "angular forms",
    "reactive-forms",
    "angular-material",
    "material-3",
    "dynamic forms",
    "form-library",
    "json-forms",
    "type-forms",
    "control-flow",
    "typescript"
  ],
  "peerDependencies": {
    "@angular/common": "^18.0.0",
    "@angular/core": "^18.0.0",
    "@angular/cdk": "^18.0.0",
    "@angular/material": "^18.0.0",
    "@angular/forms": "^18.0.0",
    "@angular/platform-browser": "^18.0.0"
  },
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "module": "fesm2022/ngx-form-lib.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "esm2022": "./esm2022/ngx-form-lib.mjs",
      "esm": "./esm2022/ngx-form-lib.mjs",
      "default": "./fesm2022/ngx-form-lib.mjs"
    }
  },
  "sideEffects": false
}