{
  "name": "@graphql-codegen/cli",
  "version": "6.2.0",
  "peerDependenciesMeta": {
    "@parcel/watcher": {
      "optional": true
    }
  },
  "peerDependencies": {
    "@parcel/watcher": "^2.1.0",
    "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/generator": "^7.18.13",
    "@babel/template": "^7.18.10",
    "@babel/types": "^7.18.13",
    "@graphql-codegen/client-preset": "^5.2.4",
    "@graphql-codegen/core": "^5.0.1",
    "@graphql-codegen/plugin-helpers": "^6.2.0",
    "@graphql-tools/apollo-engine-loader": "^8.0.28",
    "@graphql-tools/code-file-loader": "^8.1.28",
    "@graphql-tools/git-loader": "^8.0.32",
    "@graphql-tools/github-loader": "^9.0.6",
    "@graphql-tools/graphql-file-loader": "^8.1.11",
    "@graphql-tools/json-file-loader": "^8.0.26",
    "@graphql-tools/load": "^8.1.8",
    "@graphql-tools/url-loader": "^9.0.6",
    "@graphql-tools/merge": "^9.0.6",
    "@graphql-tools/utils": "^11.0.0",
    "@inquirer/prompts": "^7.8.2",
    "@whatwg-node/fetch": "^0.10.0",
    "chalk": "^4.1.0",
    "cosmiconfig": "^9.0.0",
    "debounce": "^2.0.0",
    "detect-indent": "^6.0.0",
    "graphql-config": "^5.1.6",
    "is-glob": "^4.0.1",
    "jiti": "^2.3.0",
    "json-to-pretty-yaml": "^1.2.2",
    "listr2": "^9.0.0",
    "log-symbols": "^4.0.0",
    "micromatch": "^4.0.5",
    "shell-quote": "^1.7.3",
    "string-env-interpolation": "^1.0.1",
    "ts-log": "^2.2.3",
    "tslib": "^2.4.0",
    "yaml": "^2.3.1",
    "yargs": "^17.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/dotansimha/graphql-code-generator.git",
    "directory": "packages/graphql-codegen-cli"
  },
  "homepage": "https://github.com/dotansimha/graphql-code-generator#readme",
  "keywords": [
    "gql",
    "generator",
    "code",
    "types",
    "interfaces",
    "graphql",
    "codegen",
    "apollo",
    "node",
    "typescript",
    "ts",
    "flow",
    "types",
    "d.ts",
    "typings"
  ],
  "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"
  },
  "bin": {
    "gql-gen": "cjs/bin.js",
    "graphql-codegen": "cjs/bin.js",
    "graphql-code-generator": "cjs/bin.js",
    "graphql-codegen-esm": "esm/bin.js"
  }
}