{
  "name": "xhr-promisify",
  "version": "2.0.3",
  "description": "This module provides a Promise-based HTTP request wrapper with support for asynchronous operations and common error handling scenarios.",
  "types": "dist/index.d.ts",
  "module": "dist/index.mjs",
  "main": "dist/index.js",
  "unpkg": "dist/index.umd.js",
  "jsdelivr": "dist/index.umd.js",
  "keywords": [
    "xhr",
    "http",
    "ajax"
  ],
  "devDependencies": {
    "@vitest/coverage-v8": "^3.1.1",
    "camel-kit": "^1.0.0",
    "jsdom": "^26.1.0",
    "msw": "^2.7.5",
    "vite": "^6.2.6",
    "vite-plugin-build-chunk": "^6.0.0",
    "vite-plugin-combine": "^6.2.1",
    "vite-plugin-external": "^6.2.1",
    "vite-plugin-separate-importer": "^6.1.0",
    "vitest": "^3.1.1"
  },
  "files": [
    "dist"
  ],
  "directories": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/fengxinming/browser-collection.git",
    "directory": "packages/xhr-promisify"
  },
  "author": "Jesse Feng <fxm0016@126.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/fengxinming/browser-collection/issues"
  },
  "homepage": "https://fengxinming.github.io/browser-collection/modules/xhr-Promisify/",
  "dependencies": {
    "fast-qs": "^2.1.2"
  },
  "scripts": {
    "build": "vite build",
    "release": "pnpm publish --no-git-checks",
    "test": "vitest run --coverage"
  }
}