{
  "name": "@graphql-mesh/cli",
  "version": "0.97.0",
  "sideEffects": false,
  "peerDependencies": {
    "graphql": "*"
  },
  "dependencies": {
    "@graphql-codegen/core": "^4.0.0",
    "@graphql-codegen/typed-document-node": "^5.0.0",
    "@graphql-codegen/typescript": "^4.0.0",
    "@graphql-codegen/typescript-generic-sdk": "^3.1.0",
    "@graphql-codegen/typescript-operations": "^4.0.0",
    "@graphql-codegen/typescript-resolvers": "^4.0.0",
    "@graphql-mesh/config": "^0.105.0",
    "@graphql-mesh/cross-helpers": "^0.4.7",
    "@graphql-mesh/http": "^0.104.0",
    "@graphql-mesh/include": "^0.2.3",
    "@graphql-mesh/runtime": "^0.104.0",
    "@graphql-mesh/store": "^0.102.11",
    "@graphql-mesh/types": "^0.102.11",
    "@graphql-mesh/utils": "^0.102.11",
    "@graphql-tools/utils": "^10.5.5",
    "ajv": "^8.12.0",
    "change-case": "^4.1.2",
    "cosmiconfig": "^9.0.0",
    "dotenv": "^16.0.3",
    "graphql-import-node": "^0.0.5",
    "graphql-ws": "^5.12.1",
    "json-bigint-patch": "^0.0.8",
    "json5": "^2.2.3",
    "mkdirp": "^3.0.0",
    "open": "^7.4.2",
    "pascal-case": "^3.1.2",
    "rimraf": "^6.0.0",
    "tslib": "^2.4.0",
    "typescript": "^5.4.2",
    "ws": "^8.17.1",
    "yargs": "^17.7.1"
  },
  "repository": {
    "type": "git",
    "url": "ardatan/graphql-mesh",
    "directory": "packages/legacy/cli"
  },
  "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": {
    "gql-mesh": "cjs/bin.js",
    "graphql-mesh": "cjs/bin.js",
    "graphql-mesh-esm": "esm/bin.js",
    "mesh": "cjs/bin.js"
  }
}