@graphprotocol/client-urql
Version:
52 lines • 1.21 kB
JSON
{
"name": "@graphprotocol/client-urql",
"version": "2.0.1-alpha-20240314151049-469f45272eb9be77691ee3fd138c94afe4a8cce2",
"description": "",
"sideEffects": false,
"peerDependencies": {
"graphql": "^15.2.0 || ^16.0.0",
"@urql/core": "^2.4.0 || ^3.0.0 || ^4.0.0"
},
"dependencies": {
"@graphql-mesh/urql-exchange": "^0.94.0",
"tslib": "^2.4.0"
},
"repository": {
"type": "git",
"url": "https://github.com/graphprotocol/graph-client.git",
"directory": "packages/urql"
},
"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"
}
}