{
  "name": "@homebound/graphql-typescript-response-factories",
  "version": "2.48.0",
  "main": "./build/index.js",
  "types": "./build/",
  "scripts": {
    "build": "rm -rf build; tsc",
    "test": "jest",
    "prepack": "yarn build",
    "format": "prettier --write 'src/**/*.{ts,js,tsx,jsx}'"
  },
  "dependencies": {
    "@graphql-codegen/plugin-helpers": "^5.1.0",
    "graphql": "^16.11.0",
    "ts-poet": "^6.11.0"
  },
  "devDependencies": {
    "@apollo/client": "^3.13.8",
    "@graphql-codegen/cli": "^5.0.6",
    "@graphql-codegen/near-operation-file-preset": "^3.0.0",
    "@graphql-codegen/typescript-operations": "^4.6.1",
    "@graphql-codegen/typescript-react-apollo": "^4.3.2",
    "@homebound/graphql-typescript-factories": "^2.79.0",
    "@types/jest": "^29.5.12",
    "@types/react": "^18.3.2",
    "husky": "^3.1.0",
    "jest": "^29.7.0",
    "prettier": "^3.5.3",
    "react": "^18.3.1",
    "react-apollo": "^3.1.5",
    "ts-jest": "^29.3.2",
    "typescript": "^5.8.3"
  },
  "husky": {
    "hooks": {
      "pre-commit": "yarn format"
    }
  },
  "packageManager": "yarn@4.9.1"
}