{
  "name": "vi-fetch",
  "version": "0.8.0",
  "description": "Easiest way to mock fetch",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "type": "module",
  "files": [
    "dist/**",
    "matchers.d.ts"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./*": "./*",
    "./matchers": {
      "types": "./matchers.d.ts"
    },
    "./setup": {
      "types": "./matchers.d.ts",
      "import": "./dist/setup.js"
    }
  },
  "packageManager": "pnpm@7.3.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sheremet-va/vi-fetch.git"
  },
  "author": "sheremet-va",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/sheremet-va/vi-fetch/issues"
  },
  "homepage": "https://github.com/sheremet-va/vi-fetch#readme",
  "dependencies": {
    "query-string": "^7.1.1",
    "tinyspy": "^1.0.0"
  }
}
