{
  "name": "fatcher",
  "version": "3.0.2",
  "description": "Send fetch request gracefully in browsers and nodeJS",
  "license": "MIT",
  "homepage": "https://github.com/fanhaoyuan/fatcher",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fanhaoyuan/fatcher.git"
  },
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "browser": "dist/fatcher.min.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "keywords": [
    "fetch",
    "http",
    "request",
    "middlewares",
    "streams",
    "axios",
    "got",
    "node"
  ],
  "engines": {
    "node": ">=18.0.0"
  },
  "devDependencies": {
    "@fansy/eslint-config": "^1.4.2",
    "@fansy/prettier-config": "^1.1.0",
    "@types/node": "^24.3.1",
    "@typescript-eslint/eslint-plugin": "^8.11.0",
    "@typescript-eslint/parser": "^8.11.0",
    "@vitest/coverage-v8": "3.2.4",
    "eslint": "^8.57.1",
    "eslint-plugin-prettier": "^5.2.1",
    "husky": "^9.1.7",
    "lint-staged": "^16.1.6",
    "msw": "^2.11.1",
    "prettier": "^3.3.3",
    "prettier-plugin-organize-imports": "^4.1.0",
    "typescript": "^5.9.2",
    "vite": "^7.1.5",
    "vite-plugin-dts": "^4.5.4",
    "vitest": "^3.2.4"
  },
  "scripts": {
    "build": "vite build",
    "test": "vitest run",
    "test:cov": "vitest run --coverage",
    "eslint": "eslint ."
  }
}