{
  "name": "ngx-schema-form",
  "version": "2.14.1",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/guillotinaweb/ngx-schema-form"
  },
  "keywords": [
    "angular",
    "JSON schema",
    "form",
    "schema form"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/guillotinaweb/ngx-schema-form/issues"
  },
  "contributors": [
    "Frank Bessou <fbessou@free.fr>",
    "Eric Brehault <ebrehault@gmail.com>",
    "Simon Bats <contact@simonbats.com>",
    "Gabor Pankotay <gabor.pankotay@swicon.hu>",
    "Juan Manuel Verges",
    "Daniele Pecora <daniele.pecora@googlemail.com>"
  ],
  "dependencies": {
    "tslib": "^2.3.1"
  },
  "peerDependencies": {
    "@angular/common": "^20.0.0",
    "@angular/core": "^20.0.0",
    "@angular/forms": "^20.0.0",
    "@angular/platform-browser": "^20.0.0",
    "jexl": "^2.2.2",
    "rxjs": "~7.8.0",
    "typescript": "^5.4.5",
    "z-schema": "^6.0.0",
    "zone.js": "~0.15.0"
  },
  "module": "fesm2022/ngx-schema-form.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "default": "./fesm2022/ngx-schema-form.mjs"
    }
  },
  "sideEffects": false
}