{
  "name": "@fluent-form/core",
  "version": "0.28.1",
  "license": "MIT",
  "sideEffects": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fluent-form/fluent-form.git"
  },
  "bugs": {
    "url": "https://github.com/fluent-form/fluent-form/issues"
  },
  "homepage": "https://github.com/fluent-form/fluent-form",
  "keywords": [
    "angular",
    "reactive-form",
    "dynamic-form",
    "json-form",
    "fluent-form",
    "fluent-api"
  ],
  "publishConfig": {
    "access": "public"
  },
  "schematics": "./schematics/collection.json",
  "ng-add": {
    "save": "dependencies"
  },
  "ng-update": {
    "packageGroup": [
      "@fluent-form/core",
      "@fluent-form/ui-zorro"
    ]
  },
  "peerDependencies": {
    "@angular/forms": ">=17.0.0",
    "@angular/cdk": ">=17.0.0",
    "@angular/core": ">=17.0.0"
  },
  "dependencies": {
    "@ngify/types": "~1.5.0",
    "tslib": "^2.3.0"
  },
  "module": "fesm2022/fluent-form-core.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "default": "./fesm2022/fluent-form-core.mjs"
    }
  }
}
