{
  "name": "@graphcommerce/graphql-mesh",
  "homepage": "https://www.graphcommerce.org/",
  "repository": "github:graphcommerce-org/graphcommerce",
  "version": "8.0.8",
  "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/plugin-http-details-extensions": "latest",
    "@graphql-mesh/runtime": "latest",
    "@graphql-mesh/store": "latest",
    "@graphql-mesh/transform-filter-schema": "latest",
    "@graphql-mesh/transform-prune": "latest",
    "@graphql-mesh/types": "latest",
    "@graphql-mesh/utils": "latest",
    "@graphql-tools/utils": "^10.0.12",
    "@whatwg-node/fetch": "^0.9.15",
    "fetch-retry": "^5.0.6",
    "long": "^5.2.3",
    "tslib": "^2.6.2",
    "uglify-es": "3.3.9"
  },
  "peerDependencies": {
    "@apollo/client": "^3",
    "@graphcommerce/eslint-config-pwa": "^8.0.8",
    "@graphcommerce/prettier-config-pwa": "^8.0.8",
    "@graphcommerce/typescript-config-pwa": "^8.0.8",
    "graphql": "^16.7.1"
  },
  "devDependencies": {
    "@types/uglify-es": "^3",
    "typescript": "5.3.3"
  },
  "sideEffects": false,
  "prettier": "@graphcommerce/prettier-config-pwa",
  "eslint": {
    "extends": "@graphcommerce/eslint-config-pwa"
  },
  "eslintConfig": {
    "extends": "@graphcommerce/eslint-config-pwa",
    "parserOptions": {
      "project": "./tsconfig.json"
    }
  }
}
