@graphql-mesh/grpc
Version:
50 lines (49 loc) • 1.28 kB
JSON
{
"name": "@graphql-mesh/grpc",
"version": "1.0.0-alpha-20220804093904-8e2e41f7f",
"sideEffects": false,
"peerDependencies": {
"@graphql-mesh/types": "0.79.0-alpha-20220804093904-8e2e41f7f",
"@graphql-mesh/utils": "1.0.0-alpha-20220804093904-8e2e41f7f",
"graphql": "*"
},
"dependencies": {
"@ardatan/grpc-reflection-js": "0.0.2",
"@graphql-mesh/cross-helpers": "0.2.0",
"@graphql-mesh/store": "1.0.0-alpha-20220804093904-8e2e41f7f",
"@graphql-mesh/string-interpolation": "0.3.0",
"@grpc/grpc-js": "^1.1.7",
"@grpc/proto-loader": "0.7.0",
"globby": "11.1.0",
"graphql-compose": "9.0.8",
"graphql-scalars": "1.17.0",
"lodash.get": "4.4.2",
"lodash.has": "4.5.2",
"long": "4.0.0",
"protobufjs": "7.0.0",
"tslib": "^2.4.0"
},
"repository": {
"type": "git",
"url": "Urigo/graphql-mesh",
"directory": "packages/handlers/grpc"
},
"license": "MIT",
"main": "index.js",
"module": "index.mjs",
"typings": "index.d.ts",
"typescript": {
"definition": "index.d.ts"
},
"exports": {
".": {
"require": "./index.js",
"import": "./index.mjs"
},
"./*": {
"require": "./*.js",
"import": "./*.mjs"
},
"./package.json": "./package.json"
}
}