{
  "name": "@graphql-tools/executor-urql-exchange",
  "version": "1.0.32",
  "description": "",
  "peerDependencies": {
    "@urql/core": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0",
    "graphql": "^15.2.0 || ^16.0.0",
    "wonka": "^6.0.0"
  },
  "dependencies": {
    "@graphql-tools/utils": "^11.2.0",
    "@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"
  }
}