{
  "name": "btch-http",
  "version": "2.0.3",
  "description": "Custom HTTP client using Node.js https module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "clean": "rm -rf dist",
    "lint": "eslint . --cache",
    "lint:fix": "eslint . --fix --cache",
    "lint:debug": "eslint . --debug",
    "test": "npx ts-node test/Test.ts",
    "prepare": "npm run build",
    "prepublishOnly": "npm run clean && npm run build"
  },
  "keywords": [
    "http",
    "https",
    "client",
    "typescript",
    "api"
  ],
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hostinger-bot/btch-http.git"
  },
  "bugs": {
    "url": "https://github.com/hostinger-bot/btch-http/issues"
  },
  "homepage": "https://github.com/hostinger-bot/btch-http#readme",
  "author": "Tio",
  "license": "MIT",
  "dependencies": {
    "undici-types": "^7.16.0"
  },
  "devDependencies": {
    "@eslint/js": "^9.39.2",
    "@types/node": "^24.9.1",
    "eslint": "^9.39.2",
    "jiti": "^2.6.1",
    "ts-node": "^10.9.2",
    "typescript": "^5.9.3",
    "typescript-eslint": "^8.50.1"
  },
  "engines": {
    "node": ">=20.18.1"
  }
}
