{
  "name": "ng-http-caching",
  "version": "22.0.1",
  "description": "Cache for HTTP requests in Angular application.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nigrosimone/ng-http-caching.git"
  },
  "keywords": [
    "angular",
    "cache",
    "interceptor",
    "network",
    "http",
    "client",
    "http-client",
    "header",
    "headers",
    "interact",
    "configuration"
  ],
  "author": "Simone Nigro <nigro.simone@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/nigrosimone/ng-http-caching/issues"
  },
  "homepage": "https://github.com/nigrosimone/ng-http-caching",
  "peerDependencies": {
    "@angular/common": ">15.0.0",
    "@angular/core": ">15.0.0",
    "ng-simple-state": "^21.1.4"
  },
  "peerDependenciesMeta": {
    "ng-simple-state": {
      "optional": true
    }
  },
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "module": "fesm2022/ng-http-caching.mjs",
  "typings": "types/ng-http-caching.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./types/ng-http-caching.d.ts",
      "default": "./fesm2022/ng-http-caching.mjs"
    },
    "./ng-simple-state": {
      "types": "./types/ng-http-caching-ng-simple-state.d.ts",
      "default": "./fesm2022/ng-http-caching-ng-simple-state.mjs"
    }
  },
  "sideEffects": false,
  "type": "module"
}