{
  "name": "@graphql-mesh/transform-mock",
  "version": "0.15.6",
  "sideEffects": false,
  "peerDependencies": {
    "graphql": "*"
  },
  "dependencies": {
    "@graphql-mesh/cross-helpers": "0.2.0",
    "@graphql-mesh/string-interpolation": "0.3.0",
    "@graphql-mesh/types": "0.78.6",
    "@graphql-mesh/utils": "0.37.7",
    "@graphql-tools/mock": "8.7.1",
    "@graphql-tools/schema": "8.5.1",
    "@graphql-tools/utils": "8.9.0",
    "faker": "5.5.3",
    "graphql-scalars": "1.17.0",
    "tslib": "^2.4.0"
  },
  "repository": {
    "type": "git",
    "url": "Urigo/graphql-mesh",
    "directory": "packages/transforms/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"
  }
}
