{
  "name": "juvo-rafa-library",
  "version": "2.1.1",
  "description": "A comprehensive Angular component library featuring real-world components and validators extracted from the Juvo Rafa backoffice application. Now with improved select components and bug fixes.",
  "author": "Juvo Rafa Team",
  "license": "MIT",
  "keywords": [
    "angular",
    "components",
    "ui",
    "library",
    "juvo",
    "juvo-rafa",
    "typescript",
    "validators",
    "backoffice",
    "enterprise",
    "forms",
    "loading",
    "table",
    "list",
    "notification",
    "file-upload",
    "tabs",
    "dialog",
    "network-validation",
    "production-ready",
    "complete"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/juvo-rafa/library.git"
  },
  "homepage": "https://github.com/juvo-rafa/library#readme",
  "bugs": {
    "url": "https://github.com/juvo-rafa/library/issues"
  },
  "peerDependencies": {
    "@angular/common": "^17.0.0",
    "@angular/core": "^17.0.0"
  },
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "sideEffects": false,
  "module": "fesm2022/juvo-rafa-library.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "esm2022": "./esm2022/juvo-rafa-library.mjs",
      "esm": "./esm2022/juvo-rafa-library.mjs",
      "default": "./fesm2022/juvo-rafa-library.mjs"
    }
  }
}