{
  "name": "@graphql-codegen/client-preset",
  "version": "1.3.0-alpha-20230118075831-1d93c9826",
  "description": "GraphQL Code Generator preset for client.",
  "peerDependencies": {
    "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
  },
  "dependencies": {
    "@babel/helper-plugin-utils": "^7.14.5",
    "@babel/template": "^7.15.4",
    "@graphql-codegen/add": "^3.2.3",
    "@graphql-codegen/typed-document-node": "2.3.13-alpha-20230118075831-1d93c9826",
    "@graphql-codegen/typescript": "2.8.8-alpha-20230118075831-1d93c9826",
    "@graphql-codegen/typescript-operations": "2.5.13-alpha-20230118075831-1d93c9826",
    "@graphql-codegen/gql-tag-operations": "1.6.2-alpha-20230118075831-1d93c9826",
    "@graphql-codegen/plugin-helpers": "^3.1.2",
    "@graphql-codegen/visitor-plugin-common": "2.13.8-alpha-20230118075831-1d93c9826",
    "@graphql-typed-document-node/core": "3.1.1",
    "@graphql-tools/documents": "^0.1.0",
    "@graphql-tools/utils": "^9.0.0",
    "tslib": "~2.4.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/dotansimha/graphql-code-generator.git",
    "directory": "packages/presets/client"
  },
  "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"
  }
}