@graphql-hive/plugin-aws-sigv4
Version: 
60 lines • 1.53 kB
JSON
{
  "name": "@graphql-hive/plugin-aws-sigv4",
  "version": "2.0.11-alpha-7d733b5439f1d4775e850abcabb11ee0d2c3c5a3",
  "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.914.0",
    "@graphql-mesh/fusion-runtime": "1.2.6-alpha-7d733b5439f1d4775e850abcabb11ee0d2c3c5a3",
    "@whatwg-node/promise-helpers": "^1.3.2",
    "aws4": "1.13.2",
    "tslib": "^2.8.1"
  },
  "devDependencies": {
    "@apollo/subgraph": "^2.11.3",
    "@graphql-hive/gateway-runtime": "2.1.10-alpha-7d733b5439f1d4775e850abcabb11ee0d2c3c5a3",
    "@types/aws4": "^1.11.6",
    "graphql": "^16.9.0",
    "graphql-yoga": "^5.16.0",
    "pkgroll": "2.20.1"
  },
  "sideEffects": false
}