{
  "name": "ngx-t-forms",
  "version": "3.1.1",
  "description": "Angular forms module for creating dynamic forms through configuration. Supports form validation, custom controls, and complex form structures.",
  "license": "UNLICENSED",
  "author": {
    "name": "Terrence K.Mashego ",
    "email": "mashegoterrence@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/petoriT/01ANGULAR-WORKSPACE"
  },
  "keywords": [
    "angular",
    "forms",
    "dynamic-forms",
    "form-builder"
  ],
  "peerDependencies": {
    "@angular/cdk": "^21.0.0",
    "@angular/common": "^21.0.0",
    "@angular/core": "^21.0.0",
    "@angular/forms": "^21.0.0",
    "@angular/material": "^21.0.0",
    "@angular/router": "^21.0.0",
    "@editorjs/code": "^2.9.4",
    "@editorjs/delimiter": "^1.4.2",
    "@editorjs/editorjs": "^2.31.6",
    "@editorjs/embed": "^2.7.7",
    "@editorjs/header": "^2.8.8",
    "@editorjs/image": "^2.10.3",
    "@editorjs/list": "^2.0.9",
    "@editorjs/marker": "^1.4.0",
    "@editorjs/paragraph": "^2.11.7",
    "@editorjs/quote": "^2.7.6",
    "@editorjs/raw": "^2.5.1",
    "@editorjs/table": "^2.4.5",
    "@editorjs/text-variant-tune": "^1.0.3",
    "@hashbrownai/core": "^0.4.1",
    "db-aggregation-pipeline-builder": "^1.0.0",
    "html5-qrcode": "^2.3.8",
    "katex": "^0.16.11",
    "mathjs": "^15.2.0",
    "ngx-t-forms-types": "^0.0.28",
    "ngx-ui-tour-md-menu": "^16.0.0",
    "qrcode": "^1.5.4",
    "quill": "^2.0.3",
    "rxjs": "~7.8.0",
    "signature_pad": "^5.1.3",
    "uuid": "^11.1.0"
  },
  "peerDependenciesMeta": {
    "@hashbrownai/core": {
      "optional": true
    }
  },
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "sideEffects": false,
  "module": "fesm2022/ngx-t-forms.mjs",
  "typings": "types/ngx-t-forms.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./types/ngx-t-forms.d.ts",
      "default": "./fesm2022/ngx-t-forms.mjs"
    }
  }
}