{
  "name": "@graphql-codegen/cli",
  "version": "1.11.2-pre",
  "peerDependencies": {
    "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dotansimha/graphql-code-generator.git"
  },
  "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",
  "main": "index.cjs.js",
  "module": "index.esm.js",
  "typings": "index.d.ts",
  "typescript": {
    "definition": "index.d.ts"
  },
  "bin": {
    "gql-gen": "bin.js",
    "graphql-codegen": "bin.js",
    "graphql-code-generator": "bin.js"
  },
  "dependencies": {
    "@babel/parser": "7.8.3",
    "@graphql-codegen/core": "1.11.2",
    "@graphql-codegen/plugin-helpers": "1.11.2",
    "@graphql-toolkit/apollo-engine-loader": "0.9.0",
    "@graphql-toolkit/code-file-loader": "0.9.0",
    "@graphql-toolkit/core": "0.9.0",
    "@graphql-toolkit/git-loader": "0.9.0",
    "@graphql-toolkit/github-loader": "0.9.0",
    "@graphql-toolkit/graphql-file-loader": "0.9.0",
    "@graphql-toolkit/json-file-loader": "0.9.0",
    "@graphql-toolkit/prisma-loader": "0.9.0",
    "@graphql-toolkit/url-loader": "0.9.0",
    "@types/debounce": "1.2.0",
    "@types/is-glob": "4.0.1",
    "@types/mkdirp": "0.5.2",
    "@types/valid-url": "1.0.2",
    "camel-case": "4.1.1",
    "chalk": "3.0.0",
    "chokidar": "3.3.1",
    "commander": "4.1.0",
    "common-tags": "1.8.0",
    "constant-case": "3.0.3",
    "cosmiconfig": "6.0.0",
    "debounce": "1.2.0",
    "detect-indent": "6.0.0",
    "glob": "7.1.6",
    "graphql-config": "3.0.0-alpha.17",
    "graphql-import": "0.7.1",
    "graphql-tag-pluck": "0.8.7",
    "graphql-tools": "4.0.6",
    "indent-string": "4.0.0",
    "inquirer": "7.0.3",
    "is-glob": "4.0.1",
    "is-valid-path": "0.1.1",
    "json-to-pretty-yaml": "1.2.2",
    "listr": "0.14.3",
    "listr-update-renderer": "0.5.0",
    "log-symbols": "3.0.0",
    "log-update": "3.3.0",
    "lower-case": "2.0.1",
    "mkdirp": "0.5.1",
    "pascal-case": "3.1.1",
    "prettier": "1.19.1",
    "request": "2.88.0",
    "ts-log": "2.1.4",
    "tslib": "1.10.0",
    "upper-case": "2.0.1",
    "valid-url": "1.0.9"
  }
}