{
  "name": "@push.rocks/smartrequest",
  "version": "5.0.4",
  "private": false,
  "description": "A module for modern HTTP/HTTPS requests with support for form data, file uploads, JSON, binary data, streams, and more.",
  "exports": {
    ".": "./dist_ts/index.js",
    "./core_node": "./dist_ts/core_node/index.js",
    "./core_fetch": "./dist_ts/core_fetch/index.js",
    "./core_bun": "./dist_ts/core_bun/index.js",
    "./core_deno": "./dist_ts/core_deno/index.js"
  },
  "type": "module",
  "repository": {
    "type": "git",
    "url": "https://code.foss.global/push.rocks/smartrequest.git"
  },
  "keywords": [
    "HTTP",
    "HTTPS",
    "request library",
    "form data",
    "file uploads",
    "JSON",
    "binary data",
    "streams",
    "keepAlive",
    "TypeScript",
    "modern web requests",
    "drop-in replacement",
    "Bun",
    "Deno",
    "Node.js",
    "unix sockets"
  ],
  "author": "Task Venture Capital GmbH <hello@task.vc>",
  "license": "MIT",
  "bugs": {
    "url": "https://code.foss.global/push.rocks/smartrequest/issues"
  },
  "homepage": "https://code.foss.global/push.rocks/smartrequest#readme",
  "dependencies": {
    "@push.rocks/smartenv": "^6.0.0",
    "@push.rocks/smartmime": "^2.1.0",
    "@push.rocks/smartpath": "^6.0.0",
    "@push.rocks/smartpromise": "^4.0.4",
    "@push.rocks/smarturl": "^3.1.0",
    "agentkeepalive": "^4.6.0"
  },
  "devDependencies": {
    "@git.zone/tsbuild": "^3.1.0",
    "@git.zone/tsrun": "^2.0.0",
    "@git.zone/tstest": "^2.8.2",
    "@types/node": "^22.9.0"
  },
  "files": [
    "ts/**/*",
    "ts_web/**/*",
    "dist/**/*",
    "dist_*/**/*",
    "dist_ts/**/*",
    "dist_ts_web/**/*",
    "assets/**/*",
    "cli.js",
    ".smartconfig.json",
    "license",
    "npmextra.json",
    "readme.md"
  ],
  "browserslist": [
    "last 1 chrome versions"
  ],
  "scripts": {
    "test": "(tstest test/ --verbose --timeout 120 --logfile)",
    "build": "(tsbuild --web)",
    "buildDocs": "tsdoc"
  }
}