{
  "name": "@hyperttp/core",
  "version": "1.5.6",
  "description": "High-performance, extensible HTTP client for Node.js, Bun, Deno and Browser",
  "type": "module",
  "sideEffects": false,
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "http",
    "client",
    "high-performance",
    "undici",
    "fetch",
    "bun",
    "deno",
    "isomorphic",
    "hyperttp"
  ],
  "author": "dirold2",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/IT-IF-OR/hyperttp-core.git"
  },
  "peerDependencies": {
    "@hyperttp/types": "^0.2.5",
    "@hyperttp/transport-bun": "^0.2.4",
    "@hyperttp/transport-undici": "^0.2.5",
    "hcacher": "^0.1.0"
  },
  "peerDependenciesMeta": {
    "@hyperttp/types": {
      "optional": false
    },
    "@hyperttp/transport-bun": {
      "optional": true
    },
    "@hyperttp/transport-undici": {
      "optional": true
    }
  },
  "devDependencies": {
    "@dirold2/dev-tools": "^1.1.2",
    "@types/bun": "^1.3.14",
    "@types/deno": "^2.7.0",
    "@types/node": "^26.1.1",
    "@vitest/ui": "^4.1.10",
    "chalk": "^5.6.2",
    "esbuild": "^0.28.1",
    "oxlint": "^1.75.0",
    "oxfmt": "^0.60.0",
    "tsx": "^4.23.1",
    "typescript": "^7.0.2",
    "vitest": "^4.1.10"
  },
  "scripts": {
    "build": "tsc && esbuild 'dist/**/*.js' --outdir=dist --allow-overwrite --minify --sourcemap && d-build",
    "dist": "d-dist",
    "deploy": "npm run build && npm run dist",
    "publish": "d-publish",
    "typecheck": "tsc --noEmit",
    "lint": "oxlint src",
    "lint:fix": "oxlint src --fix",
    "format": "oxfmt src",
    "format:check": "oxfmt src --check",
    "test": "vitest run",
    "dev": "tsx src/index.ts",
    "prepublishOnly": "npm run build"
  }
}
