UNPKG

graphql-tools

Version:

Useful tools to create and manipulate GraphQL schemas.

63 lines 1.57 kB
{ "name": "graphql-tools", "version": "9.0.23-alpha-20251110221631-660bf6ce9a0d6dd7507be7dea89d47674489320f", "description": "Useful tools to create and manipulate GraphQL schemas.", "sideEffects": false, "peerDependencies": { "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" }, "dependencies": { "@graphql-tools/schema": "10.0.28-alpha-20251110221631-660bf6ce9a0d6dd7507be7dea89d47674489320f", "tslib": "^2.4.0" }, "optionalDependencies": { "@apollo/client": "~4.0.9" }, "repository": { "type": "git", "url": "ardatan/graphql-tools", "directory": "packages/graphql-tools" }, "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" } }, "./*": { "require": { "types": "./typings/*.d.cts", "default": "./cjs/*.js" }, "import": { "types": "./typings/*.d.ts", "default": "./esm/*.js" }, "default": { "types": "./typings/*.d.ts", "default": "./esm/*.js" } }, "./package.json": "./package.json" } }