UNPKG

@graphql-hive/gateway-plugin-console-sdk

Version:
54 lines 1.36 kB
{ "name": "@graphql-hive/gateway-plugin-console-sdk", "version": "0.1.3", "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.3" }, "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" } }