{
  "name": "sneveil-simple-http",
  "version": "1.1.2",
  "description": "A simple Angular library for managing HTTP calls to an API, including loading, error handling, and request management, all managed by a single object.",
  "keywords": [
    "angular",
    "http",
    "http-client",
    "api",
    "rest-api",
    "sneveil",
    "simple"
  ],
  "author": "sneveil",
  "peerDependencies": {
    "@angular/common": "^19.0.0 || ^20.0.0 || ^21.0.0",
    "@angular/core": "^19.0.0 || ^20.0.0 || ^21.0.0",
    "rxjs": ">=7.0.0"
  },
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "sideEffects": false,
  "publishConfig": {
    "access": "public"
  },
  "module": "fesm2022/sneveil-simple-http.mjs",
  "typings": "types/sneveil-simple-http.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./types/sneveil-simple-http.d.ts",
      "default": "./fesm2022/sneveil-simple-http.mjs"
    }
  },
  "type": "module"
}