{
  "name": "@graphql-mesh/cli",
  "version": "0.87.8-alpha-20230914192409-5b753fa89",
  "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.97.7-alpha-20230914192409-5b753fa89",
    "@graphql-mesh/cross-helpers": "^0.4.0",
    "@graphql-mesh/http": "0.96.6-alpha-20230914192409-5b753fa89",
    "@graphql-mesh/runtime": "0.96.5-alpha-20230914192409-5b753fa89",
    "@graphql-mesh/store": "0.95.4-alpha-20230914192409-5b753fa89",
    "@graphql-mesh/types": "0.95.4-alpha-20230914192409-5b753fa89",
    "@graphql-mesh/utils": "0.95.4-alpha-20230914192409-5b753fa89",
    "@graphql-tools/utils": "^10.0.1",
    "ajv": "^8.12.0",
    "change-case": "^4.1.2",
    "cosmiconfig": "^8.1.3",
    "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",
    "node-libcurl": "^3.0.0",
    "open": "^7.4.2",
    "pascal-case": "^3.1.2",
    "rimraf": "^5.0.0",
    "ts-node": "^10.9.1",
    "tsconfig-paths": "^4.2.0",
    "tslib": "^2.4.0",
    "typescript": "^5.0.4",
    "uWebSockets.js": "uNetworking/uWebSockets.js#semver:^20",
    "yargs": "^17.7.1"
  },
  "repository": {
    "type": "git",
    "url": "Urigo/graphql-mesh",
    "directory": "packages/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": {
    "mesh": "cjs/bin.js",
    "gql-mesh": "cjs/bin.js",
    "graphql-mesh": "cjs/bin.js",
    "graphql-mesh-esm": "esm/bin.js"
  }
}