{
  "name": "@granito/ngx-hal-client",
  "version": "1.0.0-dev.6",
  "license": "MIT",
  "description": "A HAL client to be used in Angular projects",
  "keywords": [
    "angular",
    "hal",
    "hateoas"
  ],
  "homepage": "https://ngx-hal-client.granito.io/",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/granito-source/ngx-hal-client.git"
  },
  "bugs": {
    "url": "https://github.com/granito-source/ngx-hal-client/issues"
  },
  "sideEffects": false,
  "peerDependencies": {
    "@angular/common": ">=17.0.0",
    "@angular/core": ">=17.0.0",
    "rxjs": "^7.8.0",
    "uri-template": "^2.0.0"
  },
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "module": "fesm2022/granito-ngx-hal-client.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "esm2022": "./esm2022/granito-ngx-hal-client.mjs",
      "esm": "./esm2022/granito-ngx-hal-client.mjs",
      "default": "./fesm2022/granito-ngx-hal-client.mjs"
    }
  }
}