@graphprotocol/client-cli
Version:
57 lines • 1.46 kB
JSON
{
"name": "@graphprotocol/client-cli",
"version": "2.2.9-alpha-20220912143936-873cfaf",
"description": "",
"sideEffects": false,
"peerDependencies": {
"graphql": "^15.2.0 || ^16.0.0"
},
"dependencies": {
"@graphql-mesh/cli": "0.78.10",
"@graphql-mesh/graphql": "0.31.10",
"tslib": "^2.4.0",
"@graphprotocol/client-auto-pagination": "1.1.8",
"@graphprotocol/client-auto-type-merging": "1.0.12-alpha-20220912143936-873cfaf",
"@graphprotocol/client-block-tracking": "1.0.9",
"@graphprotocol/client-add-source-name": "1.0.10",
"@graphprotocol/client-polling-live": "1.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/graphprotocol/graph-client.git",
"directory": "packages/cli"
},
"keywords": [
"thegraph",
"graphql",
"client"
],
"license": "MIT",
"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"
},
"bin": {
"graphclient": "./cjs/bin.js"
}
}