@graphprotocol/client-apollo
Version: 
52 lines • 1.19 kB
JSON
{
  "name": "@graphprotocol/client-apollo",
  "version": "2.0.2-rc-20240502170253-16dacb3afb061cb1274ce34363a769d96f190325",
  "description": "",
  "sideEffects": false,
  "peerDependencies": {
    "graphql": "^15.2.0 || ^16.0.0",
    "@apollo/client": "^3.5.0"
  },
  "dependencies": {
    "@graphql-mesh/apollo-link": "^0.98.0",
    "tslib": "^2.4.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/graphprotocol/graph-client.git",
    "directory": "packages/apollo"
  },
  "keywords": [
    "thegraph",
    "graphql",
    "client"
  ],
  "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"
  }
}