{
  "name": "@graphql-mesh/cross-helpers",
  "version": "0.4.7",
  "description": "Cross Platform Helpers for GraphQL Mesh",
  "repository": {
    "type": "git",
    "url": "ardatan/graphql-mesh",
    "directory": "packages/cross-helpers"
  },
  "author": "Arda TANRIKULU <ardatanrikulu@gmail.com>",
  "license": "MIT",
  "engines": {
    "node": ">=16.0.0"
  },
  "main": "node.js",
  "browser": "browser.js",
  "types": "index.d.ts",
  "typings": "./index.d.ts",
  "peerDependencies": {
    "@graphql-tools/utils": "^10.5.5",
    "graphql": "*"
  },
  "dependencies": {
    "path-browserify": "1.0.1"
  },
  "publishConfig": {
    "access": "public"
  },
  "sideEffects": false,
  "bob": false,
  "react-native": "react-native.js",
  "typescript": {
    "definition": "./index.d.ts"
  }
}
