{
  "name": "@webpieces/http-client-browser",
  "version": "0.4.697",
  "description": "Browser HTTP client for webpieces: DI-free (React or Angular), app-managed context store, no AsyncLocalStorage",
  "type": "commonjs",
  "main": "./src/index.js",
  "types": "./src/index.d.ts",
  "author": "Dean Hiller",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/deanhiller/webpieces-ts.git",
    "directory": "packages/http/http-client-browser"
  },
  "keywords": [
    "webpieces",
    "http",
    "client",
    "browser"
  ],
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@webpieces/core-util": "0.4.697",
    "@webpieces/http-client-core": "0.4.697"
  }
}