{
  "name": "@aseansc-admin/sea-http",
  "version": "0.11.1",
  "description": "ASC HTTP client — envelope wrapper, interceptors, error handling",
  "license": "UNLICENSED",
  "author": "ASC Team",
  "sideEffects": false,
  "peerDependencies": {
    "@angular/core": "^20.0.0",
    "@angular/common": "^20.0.0",
    "@angular/router": "^20.0.0",
    "msw": "^2.14.6"
  },
  "peerDependenciesMeta": {
    "msw": {
      "optional": true
    }
  },
  "module": "fesm2022/aseansc-admin-sea-http.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "default": "./fesm2022/aseansc-admin-sea-http.mjs"
    },
    "./testing": {
      "types": "./testing/index.d.ts",
      "default": "./fesm2022/aseansc-admin-sea-http-testing.mjs"
    }
  },
  "dependencies": {
    "tslib": "^2.3.0"
  }
}