{
  "name": "@covalent/dynamic-forms",
  "version": "11.19.7",
  "description": "Teradata UI Platform Dynamic Forms Module",
  "keywords": [
    "angular",
    "components",
    "reusable",
    "dynamic",
    "forms"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/teradata/covalent.git"
  },
  "bugs": {
    "url": "https://github.com/teradata/covalent/issues"
  },
  "license": "MIT",
  "author": "Teradata UX",
  "peerDependencies": {
    "@angular/common": "20.x.x",
    "@angular/core": "20.x.x",
    "@covalent/core": "11.19.7"
  },
  "dependencies": {
    "tslib": "^2.8.1"
  },
  "module": "fesm2022/covalent-dynamic-forms.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "default": "./fesm2022/covalent-dynamic-forms.mjs"
    }
  },
  "sideEffects": false,
  "scripts": {
    "prepublishOnly": "node --eval \"console.error('ERROR: Trying to publish a package that has been compiled in full compilation mode. This is not allowed.\\nPlease delete and rebuild the package with partial compilation mode, before attempting to publish.\\n')\" && exit 1"
  }
}