{
  "name": "@smeijer/ky",
  "version": "1.8.2",
  "description": "Tiny and elegant HTTP client based on the Fetch API",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/smeijer/ky.git"
  },
  "funding": "https://github.com/smeijer/ky?sponsor=1",
  "author": {
    "name": "Stephan Meijer",
    "email": "stephan.meijer@gmail.com"
  },
  "type": "module",
  "sideEffects": false,
  "engines": {
    "node": ">=18"
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "fetch",
    "request",
    "requests",
    "http",
    "https",
    "fetching",
    "get",
    "url",
    "curl",
    "wget",
    "net",
    "network",
    "ajax",
    "api",
    "rest",
    "xhr",
    "browser",
    "got",
    "axios",
    "node-fetch"
  ],
  "devDependencies": {
    "@sindresorhus/tsconfig": "^6.0.0",
    "@type-challenges/utils": "^0.1.1",
    "@types/body-parser": "^1.19.2",
    "@types/busboy": "^1.5.0",
    "@types/express": "^4.17.17",
    "@types/node": "^20.14.12",
    "ava": "^5.3.1",
    "body-parser": "^1.20.2",
    "busboy": "^1.6.0",
    "del-cli": "^5.1.0",
    "delay": "^6.0.0",
    "expect-type": "^0.19.0",
    "express": "^4.18.2",
    "jest-leak-detector": "^29.7.0",
    "pify": "^6.1.0",
    "playwright": "^1.45.3",
    "raw-body": "^2.5.2",
    "tsx": "^4.16.2",
    "typescript": "^5.5.4",
    "xo": "^0.58.0"
  },
  "tshy": {
    "exports": {
      "./package.json": "./package.json",
      ".": "./src/index.ts"
    }
  },
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "import": {
        "types": "./dist/esm/index.d.ts",
        "default": "./dist/esm/index.js"
      },
      "require": {
        "types": "./dist/commonjs/index.d.ts",
        "default": "./dist/commonjs/index.js"
      }
    }
  },
  "main": "./dist/commonjs/index.js",
  "types": "./dist/commonjs/index.d.ts",
  "module": "./dist/esm/index.js"
}
