{
  "name": "@angular-helpers/worker-http",
  "version": "22.1.0",
  "description": "Angular HTTP over Web Workers — off-main-thread HTTP pipelines with configurable interceptors, WebCrypto security, and pluggable serialization",
  "schematics": "./schematics/collection.json",
  "exports": {
    ".": {
      "esm": "./esm/src/index.js",
      "types": "./types/angular-helpers-worker-http.d.ts",
      "default": "./fesm2022/angular-helpers-worker-http.mjs"
    },
    "./backend": {
      "esm": "./esm/backend/src/index.js",
      "types": "./types/angular-helpers-worker-http-backend.d.ts",
      "default": "./fesm2022/angular-helpers-worker-http-backend.mjs"
    },
    "./transport": {
      "esm": "./esm/transport/src/index.js",
      "types": "./types/angular-helpers-worker-http-transport.d.ts",
      "default": "./fesm2022/angular-helpers-worker-http-transport.mjs"
    },
    "./interceptors": {
      "esm": "./esm/interceptors/src/index.js",
      "types": "./types/angular-helpers-worker-http-interceptors.d.ts",
      "default": "./fesm2022/angular-helpers-worker-http-interceptors.mjs"
    },
    "./crypto": {
      "esm": "./esm/crypto/src/index.js",
      "types": "./types/angular-helpers-worker-http-crypto.d.ts",
      "default": "./fesm2022/angular-helpers-worker-http-crypto.mjs"
    },
    "./serializer": {
      "esm": "./esm/serializer/src/index.js",
      "types": "./types/angular-helpers-worker-http-serializer.d.ts",
      "default": "./fesm2022/angular-helpers-worker-http-serializer.mjs"
    },
    "./esbuild-plugin": {
      "esm": "./esm/esbuild-plugin/src/index.js",
      "types": "./types/angular-helpers-worker-http-esbuild-plugin.d.ts",
      "default": "./fesm2022/angular-helpers-worker-http-esbuild-plugin.mjs"
    },
    "./streams-polyfill": {
      "esm": "./esm/streams-polyfill/src/index.js",
      "types": "./types/angular-helpers-worker-http-streams-polyfill.d.ts",
      "default": "./fesm2022/angular-helpers-worker-http-streams-polyfill.mjs"
    },
    "./package.json": {
      "default": "./package.json"
    },
    "./realtime": {
      "types": "./types/angular-helpers-worker-http-realtime.d.ts",
      "default": "./fesm2022/angular-helpers-worker-http-realtime.mjs"
    }
  },
  "keywords": [
    "angular",
    "web-worker",
    "http",
    "off-main-thread",
    "interceptors",
    "webcrypto",
    "hmac",
    "serialization",
    "toon",
    "performance"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/Gaspar1992/angular-helpers"
  },
  "bugs": {
    "url": "https://github.com/Gaspar1992/angular-helpers/issues"
  },
  "author": "",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "@angular/common": "^22.0.0",
    "@angular/core": "^22.0.0",
    "rxjs": "^7.0.0",
    "seroval": "^1.0.0",
    "@toon-format/toon": "^2.0.0"
  },
  "peerDependenciesMeta": {
    "@angular/common": {
      "optional": true
    },
    "@angular/core": {
      "optional": true
    },
    "seroval": {
      "optional": true
    },
    "@toon-format/toon": {
      "optional": true
    },
    "esbuild": {
      "optional": true
    },
    "web-streams-polyfill": {
      "optional": true
    }
  },
  "dependencies": {
    "@angular-helpers/core": "workspace:*",
    "tslib": "^2.0.0"
  },
  "module": "fesm2022/angular-helpers-worker-http.mjs",
  "typings": "types/angular-helpers-worker-http.d.ts",
  "sideEffects": false,
  "type": "module"
}
