{
  "name": "@ngify/http",
  "version": "2.0.6",
  "description": "A reactive HTTP client",
  "sideEffects": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ngify/ngify.git"
  },
  "bugs": {
    "url": "https://github.com/ngify/ngify/issues"
  },
  "homepage": "https://github.com/ngify/ngify",
  "keywords": [
    "angular-http",
    "rxjs-http",
    "http-client"
  ],
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@ngify/core": "2.0.6",
    "tslib": "^2.3.0"
  },
  "peerDependencies": {
    "rxjs": "^7.0.0"
  },
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "types": "./index.d.ts",
      "import": "./index.js",
      "default": "./index.js"
    },
    "./testing": "./testing/index.js",
    "./testing/index": "./testing/index.js"
  },
  "types": "./index.d.ts",
  "module": "./index.js",
  "type": "module",
  "main": "./index.js"
}
