{
  "name": "@atproto-labs/fetch",
  "version": "0.3.5",
  "license": "MIT",
  "description": "Isomorphic wrapper utilities for fetch API",
  "keywords": [
    "atproto",
    "fetch"
  ],
  "homepage": "https://atproto.com",
  "repository": {
    "type": "git",
    "url": "https://github.com/bluesky-social/atproto",
    "directory": "packages/internal/fetch"
  },
  "files": [
    "./dist",
    "./CHANGELOG.md"
  ],
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "engines": {
    "node": ">=22"
  },
  "dependencies": {
    "@atproto-labs/pipe": "^0.2.4"
  },
  "scripts": {
    "build": "tsgo --build tsconfig.json"
  }
}