{
  "name": "@runopencode/http",
  "version": "20.0.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/RunOpenCode/http"
  },
  "main": "src/index.js",
  "types": "src/index.d.ts",
  "license": "MIT",
  "private": false,
  "peerDependencies": {
    "rxjs": ">=7.0",
    "tslib": ">=2.0"
  },
  "type": "commonjs"
}