{
  "name": "blink-http",
  "version": "1.2.2",
  "description": "A fast, elegant and standalone HTTP client",
  "main": "./distribution/index.js",
  "exports": {
    ".": {
      "import": "./distribution/index.js",
      "require": "./distribution/index.js"
    }
  },
  "types": "./distribution/index.d.ts",
  "sideEffects": false,
  "engines": {
    "node": ">=18"
  },
  "files": [
    "distribution",
    "LICENSE",
    "README.md"
  ],
  "maintainers": [
    "Jonas Franke <me@binaryblazer.me"
  ],
  "contributors": [
    "Jonas Franke <me@binaryblazer.me"
  ],
  "scripts": {
    "build": "bun scripts/build.ts",
    "format": "bun scripts/format.ts",
    "watch": "tsc -w",
    "prepublishOnly": "tsc",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "http",
    "client",
    "fast",
    "standalone",
    "blink",
    "blink-http"
  ],
  "author": {
    "name": "Jonas Franke <@binary-blazer>",
    "email": "me@binaryblazer.me",
    "url": "https://binaryblazer.me"
  },
  "license": "BSD-3-Clause",
  "homepage": "https://github.com/builtbyjonas/blink-http#readme",
  "bugs": {
    "url": "https://github.com/builtbyjonas/blink-http/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/builtbyjonas/blink-http.git"
  },
  "devDependencies": {
    "@types/bun": "^1.2.5",
    "@types/node": "^24.0.3",
    "ora": "^9.0.0",
    "prettier": "^3.5.3",
    "typescript": "^5.8.2",
    "wasm-pack": "^0.13.1"
  }
}
