@graphql-hive/gateway-plugin-console-sdk
Version:
Hive Console + Hive Gateway
54 lines • 1.49 kB
JSON
{
"name": "@graphql-hive/gateway-plugin-console-sdk",
"version": "0.1.2-alpha-20260810132629-e12b9be064427f3c48bd423eed40e94cb763d35b",
"description": "Hive Console + Hive Gateway",
"sideEffects": false,
"peerDependencies": {
"@envelop/types": "^5.0.0",
"@graphql-hive/gateway-runtime": "^1.0.0 || ^2.0.0",
"graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
},
"dependencies": {
"tiny-lru": "*",
"@graphql-hive/core": "0.22.2-alpha-20260810132629-e12b9be064427f3c48bd423eed40e94cb763d35b"
},
"repository": {
"type": "git",
"url": "https://github.com/graphql-hive/console",
"directory": "packages/libraries/gateway-plugin-console-sdk"
},
"homepage": "https://the-guild.dev/graphql/hive",
"author": {
"email": "contact@the-guild.dev",
"name": "The Guild",
"url": "https://the-guild.dev"
},
"license": "MIT",
"engines": {
"node": ">=16.0.0"
},
"main": "cjs/index.js",
"module": "esm/index.js",
"typings": "typings/index.d.ts",
"typescript": {
"definition": "typings/index.d.ts"
},
"type": "module",
"exports": {
".": {
"require": {
"types": "./typings/index.d.cts",
"default": "./cjs/index.js"
},
"import": {
"types": "./typings/index.d.ts",
"default": "./esm/index.js"
},
"default": {
"types": "./typings/index.d.ts",
"default": "./esm/index.js"
}
},
"./package.json": "./package.json"
}
}