{
  "name": "mock-apollo-client",
  "version": "2.0.0",
  "description": "Library to help unit testing when using apollo-client",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "rm -rf ./dist && tsc",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:suite": "./runTestSuite.sh",
    "prettier:check": "prettier . --check",
    "deploy": "npm run test:suite && npm run build && npm publish"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mike-gibson/mock-apollo-client.git"
  },
  "keywords": [
    "apollo-client",
    "graphql",
    "mock",
    "test",
    "testing"
  ],
  "author": "mike-gibson",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mike-gibson/mock-apollo-client/issues"
  },
  "homepage": "https://github.com/mike-gibson/mock-apollo-client#readme",
  "devDependencies": {
    "@apollo/client": "^4.0.7",
    "@types/jest": "^30.0.0",
    "@types/node": "^22.18.11",
    "graphql": "^16.11.0",
    "jest": "^30.2.0",
    "prettier": "^3.6.2",
    "rxjs": "^7.8.2",
    "ts-jest": "^29.4.5",
    "typescript": "^5.9.3"
  },
  "peerDependencies": {
    "@apollo/client": "^4.0.0"
  },
  "files": [
    "dist/**/*"
  ]
}
