{
  "name": "@graphitation/apollo-mock-client",
  "description": "An Apollo Client that allows mocking of payloads in response to operations, rather than having to provide them all upfront.",
  "license": "MIT",
  "version": "0.13.1",
  "repository": {
    "type": "git",
    "url": "https://github.com/microsoft/graphitation.git",
    "directory": "packages/apollo-mock-client"
  },
  "main": "./lib/index",
  "scripts": {
    "build": "monorepo-scripts build",
    "lint": "monorepo-scripts lint",
    "test": "monorepo-scripts test",
    "types": "monorepo-scripts types",
    "just": "monorepo-scripts"
  },
  "devDependencies": {
    "@apollo/client": ">= 3.3.0 < 3.7.0",
    "@graphitation/graphql-js-operation-payload-generator": "^0.13.2",
    "@graphitation/graphql-js-tag": "^0.11.1",
    "@types/invariant": "^2.2.34",
    "@types/jest": "^26.0.22",
    "@types/react": "^18.2.29",
    "@types/react-test-renderer": "^18.0.0",
    "graphql": "^15.0.0",
    "monorepo-scripts": "*",
    "react": "^18.2.0",
    "react-test-renderer": "^18.2.0"
  },
  "peerDependencies": {
    "@apollo/client": ">= 3.3.0 < 3.7.0",
    "graphql": "^15.0.0"
  },
  "dependencies": {
    "invariant": "^2.2.4"
  },
  "publishConfig": {
    "access": "public"
  },
  "types": "./lib/index.d.ts",
  "module": "./lib/index.mjs",
  "exports": {
    ".": {
      "import": "./lib/index.mjs",
      "require": "./lib/index.js",
      "types": "./lib/index.d.ts"
    }
  }
}
