UNPKG

@graphql-tools/executor-urql-exchange

Version:
55 lines 1.26 kB
{ "name": "@graphql-tools/executor-urql-exchange", "version": "1.0.19", "description": "", "peerDependencies": { "@urql/core": "^3.0.0 || ^4.0.0 || ^5.0.0", "graphql": "^15.2.0 || ^16.0.0", "wonka": "^6.0.0" }, "dependencies": { "@graphql-tools/utils": "^10.8.6", "@whatwg-node/promise-helpers": "^1.2.4", "tslib": "^2.4.0" }, "repository": { "type": "git", "url": "ardatan/graphql-tools", "directory": "packages/executors/urql-exchange" }, "keywords": [ "graphql", "server", "graphql-yoga", "apollo" ], "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" } }, "./package.json": "./package.json" } }