{
  "name": "vitest-fetch-mock",
  "version": "0.3.0",
  "description": "fetch mock for vitest",
  "type": "module",
  "main": "src/index.js",
  "module": "src/index.js",
  "files": [
    "src",
    "types/index.d.ts"
  ],
  "scripts": {
    "test": "vitest run",
    "lint": "eslint . && prettier --check .",
    "tsc": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/IanVS/vitest-fetch-mock.git"
  },
  "keywords": [
    "vitest",
    "mock",
    "fetch"
  ],
  "author": {
    "name": "Ian VanSchooten",
    "email": "ian.vanschooten@gmail.com"
  },
  "contributors": [
    {
      "name": "Jeff Lau",
      "email": "jeff-lau@live.com",
      "url": "http://jefflau.net/"
    }
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/IanVS/vitest-fetch-mock/issues"
  },
  "homepage": "https://github.com/IanVS/vitest-fetch-mock#readme",
  "engines": {
    "node": ">=14.14.0"
  },
  "dependencies": {
    "cross-fetch": "^4.0.0"
  },
  "devDependencies": {
    "@types/node": "^20.14.10",
    "@typescript-eslint/eslint-plugin": "^7.16.0",
    "@typescript-eslint/parser": "^7.16.0",
    "eslint": "^8.56.0",
    "jsdom": "^24.1.0",
    "prettier": "^3.3.2",
    "typescript": "~5.5.3",
    "vitest": "^2.0.2"
  },
  "peerDependencies": {
    "vitest": ">=2.0.0"
  }
}
