{
  "name": "ngx-connection-service",
  "version": "22.0.0",
  "description": "Detects whether browser has an active internet connection or not in Angular application.",
  "keywords": [
    "detect",
    "internet",
    "connection",
    "angular",
    "service",
    "HTTP",
    "angular22",
    "internet-connection",
    "connectivity",
    "health-check"
  ],
  "author": "Argela UXUI Team",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/argela-uxui/ngx-connection-service.git"
  },
  "bugs": {
    "url": "https://github.com/argela-uxui/ngx-connection-service/issues"
  },
  "homepage": "https://github.com/argela-uxui/ngx-connection-service",
  "peerDependencies": {
    "@angular/common": ">=22",
    "@angular/core": ">=22",
    "rxjs": ">=7.4"
  },
  "module": "fesm2022/ngx-connection-service.mjs",
  "typings": "types/ngx-connection-service.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./types/ngx-connection-service.d.ts",
      "default": "./fesm2022/ngx-connection-service.mjs"
    }
  },
  "sideEffects": false,
  "type": "module",
  "dependencies": {
    "tslib": "^2.3.0"
  }
}