UNPKG

@graphql-mesh/plugin-mock

Version:
45 lines (44 loc) 1.12 kB
{ "name": "@graphql-mesh/plugin-mock", "version": "0.0.25-alpha-20220929214706-1fa5318d7", "sideEffects": false, "peerDependencies": { "graphql": "*" }, "dependencies": { "@envelop/core": "^2.3.2", "@graphql-mesh/cross-helpers": "0.2.6", "@graphql-mesh/string-interpolation": "0.3.2", "@graphql-mesh/types": "0.84.7-alpha-20220929214706-1fa5318d7", "@graphql-mesh/utils": "0.41.18-alpha-20220929214706-1fa5318d7", "@graphql-tools/mock": "8.7.6", "@graphql-tools/schema": "9.0.4", "@graphql-tools/utils": "8.12.0", "faker": "5.5.3", "graphql-scalars": "1.18.0", "tslib": "^2.4.0" }, "repository": { "type": "git", "url": "Urigo/graphql-mesh", "directory": "packages/plugins/mock" }, "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" } }