{
  "name": "undici-retry",
  "version": "7.0.0",
  "license": "MIT",
  "description": "Library for handling retry logic with undici HTTP client",
  "maintainers": [
    {
      "name": "Igor Savin",
      "email": "kibertoad@gmail.com"
    }
  ],
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "test": "vitest",
    "test:coverage": "vitest run --coverage",
    "lint": "biome check && tsc --noEmit",
    "lint:fix": "biome check --write",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {},
  "peerDependencies": {
    "undici": ">=7.0.0"
  },
  "devDependencies": {
    "@biomejs/biome": "^2.3.5",
    "@kibertoad/biome-config": "^2.0.0",
    "@types/node": "^24.10.1",
    "@vitest/coverage-v8": "^3.2.4",
    "mockttp": "^4.2.1",
    "typescript": "^5.9.3",
    "undici": "^7.16.0",
    "vitest": "^3.2.4"
  },
  "engines": {
    "node": ">=20"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/kibertoad/undici-retry.git"
  },
  "keywords": [
    "undici",
    "retry",
    "error",
    "http",
    "client",
    "https"
  ],
  "homepage": "https://github.com/kibertoad/undici-retry",
  "files": [
    "README.md",
    "LICENSE",
    "dist/*"
  ]
}
