{
  "name": "@graphql-codegen/testing",
  "version": "4.0.4",
  "description": "GraphQL Codegen Testing Utils",
  "peerDependencies": {
    "jest-diff": "^23.0.0 || ^24.0.0 || ^25.0.0 || ^26.0.0 || ^27.0.0 || ^28.0.0 || ^29.0.0 || ^30.0.0",
    "typescript": ">=3.0.0"
  },
  "dependencies": {
    "@graphql-codegen/plugin-helpers": "^6.0.0",
    "common-tags": "^1.8.0",
    "lz-string": "^1.4.4",
    "graphql-helix": "1.13.0",
    "nock": "^14.0.0",
    "tslib": "~2.6.0"
  },
  "repository": "git@github.com:dotansimha/graphql-code-generator.git",
  "homepage": "https://github.com/dotansimha/graphql-code-generator#readme",
  "author": "Dotan Simha <dotansimha@gmail.com>",
  "license": "MIT",
  "engines": {
    "node": ">=16"
  },
  "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"
  }
}