UNPKG

@omnigraph/grpc

Version:
56 lines 1.38 kB
{ "name": "@omnigraph/grpc", "version": "0.2.6", "sideEffects": false, "peerDependencies": { "graphql": "*" }, "dependencies": { "@ardatan/grpc-reflection-js": "^0.0.2", "@graphql-mesh/cross-helpers": "^0.4.10", "@graphql-mesh/string-interpolation": "^0.5.8", "@graphql-mesh/transport-common": "^0.7.13", "@graphql-tools/utils": "^10.8.0", "@grpc/grpc-js": "^1.1.7", "@whatwg-node/disposablestack": "^0.0.6", "globby": "^11.1.0", "graphql-compose": "^9.1.0", "graphql-scalars": "^1.23.0", "lodash.has": "^4.5.2", "micromatch": "^4.0.8", "protobufjs": "^7.2.5" }, "repository": { "type": "git", "url": "ardatan/graphql-mesh", "directory": "packages/loaders/grpc" }, "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" } }