UNPKG

@graphql-tools/executor-yoga

Version:

A set of utils for faster development of GraphQL tools

63 lines 1.65 kB
{ "name": "@graphql-tools/executor-yoga", "version": "3.0.12-alpha-20241204093637-eaca1fc412fd0b1da42b0122711d0d60944afa39", "description": "A set of utils for faster development of GraphQL tools", "sideEffects": false, "peerDependencies": { "graphql": "^15.2.0 || ^16.0.0", "graphql-yoga": "^3.5.1 || ^4.0.0 || ^5.0.0" }, "dependencies": { "@graphql-tools/executor-envelop": "3.0.12-alpha-20241204093637-eaca1fc412fd0b1da42b0122711d0d60944afa39", "@graphql-tools/utils": "^10.5.6", "tslib": "^2.3.1" }, "repository": { "type": "git", "url": "ardatan/graphql-tools", "directory": "packages/executors/yoga" }, "author": "Arda TANRIKULU <ardatanrikulu@gmail.com>", "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" } }