{
  "name": "ngx-jsonapi-material",
  "version": "4.0.0",
  "peerDependencies": {
    "@angular/common": "^19.0.0 || ^20.0.0 || ^21.0.0",
    "@angular/core": "^19.0.0 || ^20.0.0 || ^21.0.0",
    "@angular/cdk": "^19.0.0 || ^20.0.0 || ^21.0.0",
    "@angular/material": "^19.0.0 || ^20.0.0 || ^21.0.0",
    "@angular/forms": "^19.0.0 || ^20.0.0 || ^21.0.0",
    "@angular/router": "^19.0.0 || ^20.0.0 || ^21.0.0",
    "@angular/animations": "^19.0.0 || ^20.0.0 || ^21.0.0",
    "@angular/platform-browser": "^19.0.0 || ^20.0.0 || ^21.0.0",
    "ngx-jsonapi": "^2.8.0"
  },
  "authors": "Pablo Gabriel Reyes",
  "license": "MIT",
  "repository": "https://github.com/reyesoft/frontend-libraries/tree/master/libs/ngx-jsonapi-material",
  "dependencies": {
    "tslib": "^2.2.0"
  },
  "module": "fesm2022/ngx-jsonapi-material.mjs",
  "typings": "types/ngx-jsonapi-material.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./types/ngx-jsonapi-material.d.ts",
      "default": "./fesm2022/ngx-jsonapi-material.mjs"
    }
  },
  "sideEffects": false,
  "type": "module"
}