{
  "version": "1.5.2",
  "license": "MIT",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "engines": {
    "node": ">=10"
  },
  "keywords": [
    "http",
    "request",
    "XMLHttpRequest",
    "fetch",
    "https",
    "middleware",
    "interceptor"
  ],
  "scripts": {
    "start": "tsdx watch --verbose",
    "build": "tsdx build",
    "test": "tsdx test",
    "lint": "tsdx lint",
    "prepare": "tsdx build",
    "size": "size-limit",
    "analyze": "size-limit --why"
  },
  "husky": {
    "hooks": {
      "pre-commit": "tsdx lint"
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "name": "@prequest/xhr",
  "author": "xdoer",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/xdoer/PreQuest.git"
  },
  "bugs": {
    "url": "https://github.com/xdoer/PreQuest/issues"
  },
  "homepage": "https://pre-quest.vercel.app",
  "browserslist": [
    "> 5%"
  ],
  "module": "dist/xhr.esm.js",
  "size-limit": [
    {
      "path": "dist/xhr.cjs.production.min.js",
      "limit": "10 KB"
    },
    {
      "path": "dist/xhr.esm.js",
      "limit": "10 KB"
    }
  ],
  "dependencies": {
    "@prequest/cancel-token": "^1.5.2",
    "@prequest/core": "^1.5.2",
    "@prequest/helper": "^1.5.2",
    "@prequest/types": "^1.5.2",
    "@xdoer/x": "^1.0.1"
  },
  "devDependencies": {
    "@size-limit/preset-small-lib": "^4.10.2",
    "husky": "^7.0.4",
    "size-limit": "^4.10.2",
    "tsdx": "^0.14.1",
    "tslib": "^2.2.0",
    "typescript": "4.5.4"
  },
  "gitHead": "ea933fb3768ab0a510649f75903fdaacc71044d0"
}
