{
  "name": "@lagoshny/ngx-hateoas-client",
  "version": "21.0.1",
  "description": "This client used to develop `Angular 12+` applications working with RESTfulll server API with HAL/JSON response type (supports server implementation by Spring HATEOAS)",
  "readme": "README.md",
  "license": "MIT",
  "author": "Ilya Lagoshny",
  "peerDependencies": {
    "@angular/common": ">=12.x.x",
    "@angular/core": ">=12.x.x",
    "date-fns": "^4.1.0"
  },
  "dependencies": {
    "uri-templates-es": "^2.0.2",
    "lodash-es": "^4.17.21",
    "date-fns": "^4.1.0",
    "tslib": "^2.8.1"
  },
  "keywords": [
    "Spring Data Rest",
    "Spring",
    "HAL",
    "hypermedia",
    "REST",
    "Angular 12",
    "Angular 13",
    "Angular 14",
    "Angular 15",
    "Angular 16",
    "Angular 17",
    "Angular 18",
    "Angular 19",
    "Angular 20",
    "Angular 21",
    "ngx hal client",
    "ngx hateoas client",
    "hateoas client",
    "Angular hateoas client",
    "Spring HATEOAS",
    "Angulat hal"
  ],
  "homepage": "https://github.com/lagoshny/ngx-hateoas-client",
  "issues": {
    "url": "https://github.com/lagoshny/ngx-hateoas-client/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/lagoshny/ngx-hateoas-client"
  },
  "module": "fesm2022/lagoshny-ngx-hateoas-client.mjs",
  "typings": "types/lagoshny-ngx-hateoas-client.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./types/lagoshny-ngx-hateoas-client.d.ts",
      "default": "./fesm2022/lagoshny-ngx-hateoas-client.mjs"
    }
  },
  "sideEffects": false
}