{
  "name": "@graphql-hive/plugin-deduplicate-request",
  "version": "2.0.11",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/graphql-hive/gateway.git",
    "directory": "packages/plugins/deduplicate-request"
  },
  "author": {
    "email": "contact@the-guild.dev",
    "name": "The Guild",
    "url": "https://the-guild.dev"
  },
  "license": "MIT",
  "engines": {
    "node": ">=20.0.0"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      },
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      }
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "pkgroll --clean-dist",
    "prepack": "yarn build"
  },
  "peerDependencies": {
    "graphql": "^16.12.0"
  },
  "dependencies": {
    "@graphql-mesh/utils": "^0.104.36",
    "@graphql-tools/utils": "^11.0.0",
    "@whatwg-node/promise-helpers": "^1.3.2"
  },
  "devDependencies": {
    "@graphql-hive/gateway-runtime": "2.8.10",
    "@graphql-mesh/types": "^0.104.27",
    "@whatwg-node/fetch": "^0.10.13",
    "graphql": "^16.12.0",
    "pkgroll": "2.27.0"
  },
  "sideEffects": false
}