UNPKG

@graphql-mesh/container

Version:
56 lines 1.62 kB
{ "name": "@graphql-mesh/container", "version": "0.2.4", "dependencies": { "@graphql-mesh/cli": "0.82.2", "@graphql-mesh/config": "10.0.2", "@graphql-mesh/graphql": "0.33.2", "@graphql-mesh/grpc": "0.28.2", "@graphql-mesh/json-schema": "0.37.2", "@graphql-mesh/odata": "0.22.1", "@graphql-mesh/openapi": "0.35.2", "@graphql-mesh/plugin-mock": "0.1.2", "@graphql-mesh/postgraphile": "0.22.2", "@graphql-mesh/runtime": "0.46.1", "@graphql-mesh/soap": "0.17.2", "@graphql-mesh/transform-cache": "0.13.2", "@graphql-mesh/transform-encapsulate": "0.4.2", "@graphql-mesh/transform-extend": "0.11.2", "@graphql-mesh/transform-filter-schema": "0.15.2", "@graphql-mesh/transform-prefix": "0.12.2", "@graphql-mesh/transform-rename": "0.14.2", "@graphql-mesh/transform-resolvers-composition": "0.13.2", "graphql": "16.6.0", "tslib": "2.4.1" }, "repository": { "type": "git", "url": "Urigo/graphql-mesh", "directory": "packages/container" }, "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" } }