@graphql-hive/plugin-aws-sigv4
Version:
60 lines • 1.52 kB
JSON
{
"name": "@graphql-hive/plugin-aws-sigv4",
"version": "1.0.2-alpha-5a915f8ac34fa347d6f4ece5af391e6fa922ca99",
"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": ">=18.0.0"
},
"main": "./dist/index.js",
"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"
},
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "pkgroll --clean-dist",
"prepack": "yarn build"
},
"peerDependencies": {
"graphql": "^15.9.0 || ^16.9.0"
},
"dependencies": {
"@aws-sdk/client-sts": "^3.758.0",
"@graphql-mesh/fusion-runtime": "0.11.5-alpha-5a915f8ac34fa347d6f4ece5af391e6fa922ca99",
"@whatwg-node/promise-helpers": "^1.2.5",
"aws4": "1.13.2",
"tslib": "^2.8.1"
},
"devDependencies": {
"@apollo/subgraph": "^2.7.2",
"@graphql-hive/gateway-runtime": "1.6.2-alpha-5a915f8ac34fa347d6f4ece5af391e6fa922ca99",
"@types/aws4": "^1.11.6",
"graphql": "^16.9.0",
"graphql-yoga": "^5.13.1",
"pkgroll": "2.11.2"
},
"sideEffects": false
}