{
  "name": "@graphql-hive/plugin-aws-sigv4",
  "version": "2.0.48",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/graphql-hive/gateway.git",
    "directory": "packages/plugins/aws-sigv4"
  },
  "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": "^15.9.0 || ^16.9.0"
  },
  "dependencies": {
    "@aws-sdk/client-sts": "^3.995.0",
    "@graphql-mesh/fusion-runtime": "^1.10.5",
    "@whatwg-node/promise-helpers": "^1.3.2",
    "aws4": "1.13.2",
    "tslib": "^2.8.1"
  },
  "devDependencies": {
    "@apollo/subgraph": "^2.13.3",
    "@graphql-hive/gateway-runtime": "2.9.5",
    "@types/aws4": "^1.11.6",
    "graphql": "^16.12.0",
    "graphql-yoga": "^5.21.1",
    "pkgroll": "2.27.0"
  },
  "sideEffects": false
}