UNPKG

@graphql-mesh/utils

Version:
47 lines (46 loc) 1.13 kB
{ "name": "@graphql-mesh/utils", "version": "1.0.0-alpha-20220804093904-8e2e41f7f", "sideEffects": false, "peerDependencies": { "@graphql-mesh/types": "0.79.0-alpha-20220804093904-8e2e41f7f", "graphql": "*" }, "dependencies": { "@graphql-mesh/cross-helpers": "0.2.0", "@graphql-mesh/string-interpolation": "0.3.0", "@graphql-tools/delegate": "8.8.1", "@graphql-tools/utils": "8.9.0", "@graphql-typed-document-node/core": "3.1.1", "file-uri-to-path": "2.0.0", "js-yaml": "4.1.0", "lodash.get": "4.4.2", "lodash.set": "4.3.2", "lodash.topath": "4.5.2", "tiny-lru": "8.0.2", "tslib": "^2.4.0" }, "repository": { "type": "git", "url": "Urigo/graphql-mesh", "directory": "packages/utils" }, "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" } }