UNPKG

@graphprotocol/client-cli

Version:
57 lines 1.55 kB
{ "name": "@graphprotocol/client-cli", "version": "2.2.21-alpha-20230406082431-f5b66da", "description": "", "sideEffects": false, "peerDependencies": { "graphql": "^15.2.0 || ^16.0.0" }, "dependencies": { "@graphql-mesh/cli": "0.82.32", "@graphql-mesh/graphql": "0.34.16", "tslib": "^2.4.0", "@graphprotocol/client-auto-pagination": "1.1.17-alpha-20230406082431-f5b66da", "@graphprotocol/client-auto-type-merging": "1.0.24-alpha-20230406082431-f5b66da", "@graphprotocol/client-block-tracking": "1.0.13-alpha-20230406082431-f5b66da", "@graphprotocol/client-add-source-name": "1.0.19-alpha-20230406082431-f5b66da", "@graphprotocol/client-polling-live": "1.1.1" }, "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" } }