@graphql-mesh/grpc
Version:
50 lines (49 loc) • 1.19 kB
JSON
{
"name": "@graphql-mesh/grpc",
"version": "0.25.25-alpha-20221013135845-043248ac4",
"sideEffects": false,
"peerDependencies": {
"graphql": "*"
},
"dependencies": {
"@ardatan/grpc-reflection-js": "0.0.2",
"@graphql-mesh/cross-helpers": "0.2.6",
"@graphql-mesh/store": "0.8.55",
"@graphql-mesh/string-interpolation": "0.3.2",
"@graphql-mesh/types": "0.85.0",
"@graphql-mesh/utils": "0.41.22",
"@grpc/grpc-js": "^1.1.7",
"@grpc/proto-loader": "0.7.3",
"globby": "11.1.0",
"graphql-compose": "9.0.9",
"graphql-scalars": "1.19.0",
"lodash.get": "4.4.2",
"lodash.has": "4.5.2",
"long": "4.0.0",
"protobufjs": "7.1.2",
"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"
}
}