@graphql-tools/stitch
Version:
A set of utils for faster development of GraphQL tools
67 lines • 1.72 kB
JSON
{
"name": "@graphql-tools/stitch",
"version": "9.2.5-alpha-20240501143351-54e10620f7fe6327673212b7281dec8dceb30acd",
"description": "A set of utils for faster development of GraphQL tools",
"sideEffects": false,
"peerDependencies": {
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
},
"dependencies": {
"@graphql-tools/batch-delegate": "^9.0.1",
"@graphql-tools/delegate": "^10.0.7",
"@graphql-tools/executor": "^1.2.1",
"@graphql-tools/merge": "^9.0.4",
"@graphql-tools/schema": "^10.0.3",
"@graphql-tools/utils": "^10.2.0",
"@graphql-tools/wrap": "^10.0.2",
"tslib": "^2.4.0",
"value-or-promise": "^1.0.11"
},
"repository": {
"type": "git",
"url": "ardatan/graphql-tools",
"directory": "packages/stitch"
},
"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"
}
}