UNPKG

@graphql-hive/external-composition

Version:

Compose schemas outside Hive Console

61 lines 1.5 kB
{ "name": "@graphql-hive/external-composition", "version": "0.1.0-alpha-20260825074758-3078f7f081ee86dfd312794a161a36f8533d560c", "description": "Compose schemas outside Hive Console", "sideEffects": false, "peerDependencies": { "graphql": "^16.0.0 || ^17.0.0" }, "repository": { "type": "git", "url": "https://github.com/graphql-hive/console", "directory": "packages/libraries/external-composition" }, "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": ">=14.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" } }, "./*": { "require": { "types": "./typings/*.d.cts", "default": "./cjs/*.js" }, "import": { "types": "./typings/*.d.ts", "default": "./esm/*.js" }, "default": { "types": "./typings/*.d.ts", "default": "./esm/*.js" } } } }