{
  "name": "@graphcommerce/graphql-mesh",
  "homepage": "https://www.graphcommerce.org/",
  "repository": "github:graphcommerce-org/graphcommerce",
  "version": "9.0.0-canary.97",
  "main": "index.ts",
  "dependencies": {
    "@graphql-mesh/apollo-link": "latest",
    "@graphql-mesh/config": "latest",
    "@graphql-mesh/cross-helpers": "latest",
    "@graphql-mesh/graphql": "latest",
    "@graphql-mesh/http": "latest",
    "@graphql-mesh/json-schema": "latest",
    "@graphql-mesh/openapi": "latest",
    "@graphql-mesh/plugin-http-details-extensions": "latest",
    "@graphql-mesh/runtime": "latest",
    "@graphql-mesh/store": "latest",
    "@graphql-mesh/transform-encapsulate": "latest",
    "@graphql-mesh/transform-filter-schema": "latest",
    "@graphql-mesh/transform-hoist-field": "latest",
    "@graphql-mesh/transform-naming-convention": "latest",
    "@graphql-mesh/transform-prefix": "latest",
    "@graphql-mesh/transform-prune": "latest",
    "@graphql-mesh/transform-rename": "latest",
    "@graphql-mesh/transform-replace-field": "latest",
    "@graphql-mesh/transform-type-merging": "latest",
    "@graphql-mesh/types": "latest",
    "@graphql-mesh/utils": "latest",
    "@graphql-tools/utils": "^10.3.2",
    "@whatwg-node/fetch": "^0.9.18",
    "fetch-retry": "^5.0.6",
    "long": "^5.2.3",
    "tslib": "^2.6.3",
    "uglify-es": "3.3.10"
  },
  "peerDependencies": {
    "@apollo/client": "^3",
    "@graphcommerce/eslint-config-pwa": "^9.0.0-canary.97",
    "@graphcommerce/prettier-config-pwa": "^9.0.0-canary.97",
    "@graphcommerce/typescript-config-pwa": "^9.0.0-canary.97",
    "graphql": "^16.7.1"
  },
  "devDependencies": {
    "@types/uglify-es": "^3.0.3",
    "typescript": "5.5.3"
  },
  "sideEffects": false,
  "prettier": "@graphcommerce/prettier-config-pwa",
  "eslint": {
    "extends": "@graphcommerce/eslint-config-pwa"
  },
  "eslintConfig": {
    "extends": "@graphcommerce/eslint-config-pwa",
    "parserOptions": {
      "project": "./tsconfig.json"
    }
  }
}
