{
  "name": "@graphprotocol/client-cli",
  "version": "3.0.5-alpha-20240808133421-3691e85f7a26b7e3f7fea71fbb84c6d2f30a8f7e",
  "description": "",
  "sideEffects": false,
  "peerDependencies": {
    "graphql": "^15.2.0 || ^16.0.0"
  },
  "dependencies": {
    "@graphql-mesh/cli": "^0.93.0",
    "@graphql-mesh/graphql": "^0.100.0",
    "tslib": "^2.4.0",
    "@graphprotocol/client-auto-pagination": "2.0.5-alpha-20240808133421-3691e85f7a26b7e3f7fea71fbb84c6d2f30a8f7e",
    "@graphprotocol/client-auto-type-merging": "2.0.5-alpha-20240808133421-3691e85f7a26b7e3f7fea71fbb84c6d2f30a8f7e",
    "@graphprotocol/client-block-tracking": "2.0.4-alpha-20240808133421-3691e85f7a26b7e3f7fea71fbb84c6d2f30a8f7e",
    "@graphprotocol/client-add-source-name": "2.0.5-alpha-20240808133421-3691e85f7a26b7e3f7fea71fbb84c6d2f30a8f7e",
    "@graphprotocol/client-polling-live": "^2.0.1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/graphprotocol/graph-client.git",
    "directory": "packages/cli"
  },
  "keywords": [
    "thegraph",
    "graphql",
    "client"
  ],
  "license": "MIT",
  "engines": {
    "node": ">=16.0.0"
  },
  "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": {
    "graphclient": "./cjs/bin.js"
  }
}