{
  "name": "@graphql-codegen/testing",
  "version": "2.0.1-alpha-20230214185715-2f1b24724",
  "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",
    "typescript": ">=3.0.0"
  },
  "dependencies": {
    "@graphql-codegen/plugin-helpers": "4.0.1-alpha-20230214185715-2f1b24724",
    "common-tags": "^1.8.0",
    "lz-string": "^1.4.4",
    "graphql-helix": "1.13.0",
    "nock": "13.3.0",
    "tslib": "~2.5.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",
  "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"
  }
}