{
  "name": "react-apollo-network-status",
  "version": "6.0.0",
  "description": "Brings information about the global network status from Apollo into React.",
  "repository": "git@github.com:molindo/react-apollo-network-status.git",
  "author": "Jan Amann <jam@molindo.at>",
  "license": "MIT",
  "main": "dist/src/index.js",
  "types": "dist/src/index.d.ts",
  "homepage": "https://github.com/molindo/react-apollo-network-status",
  "scripts": {
    "lint": "eslint \"./{src,example}/**/*.{ts,tsx}\" && tsc --noEmit",
    "test": "jest",
    "build": "yarn lint && yarn test && yarn build:clean && yarn build:compile",
    "build:clean": "rimraf dist",
    "build:compile": "tsc --build",
    "dev": "webpack-dev-server",
    "prepublishOnly": "yarn build"
  },
  "jest": {
    "roots": [
      "src",
      "example"
    ],
    "testEnvironment": "jsdom"
  },
  "files": [
    "dist"
  ],
  "peerDependencies": {
    "@apollo/client": "^4.0.0",
    "graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0",
    "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
  },
  "resolutions": {
    "graphql": "16.11.0"
  },
  "devDependencies": {
    "@apollo/client": "4.0.5",
    "@babel/cli": "7.28.3",
    "@babel/core": "7.28.4",
    "@babel/plugin-transform-class-properties": "7.27.1",
    "@babel/preset-env": "7.28.3",
    "@babel/preset-react": "7.27.1",
    "@babel/preset-typescript": "7.27.1",
    "@testing-library/react": "10.0.2",
    "@types/change-emitter": "0.1.2",
    "@types/jest": "29.5.14",
    "@types/react": "16.9.9",
    "@types/react-dom": "16.9.2",
    "@typescript-eslint/eslint-plugin": "8.46.1",
    "@typescript-eslint/parser": "8.46.1",
    "babel-eslint": "10.0.3",
    "babel-jest": "29.7.0",
    "babel-loader": "10.0.0",
    "eslint": "8.57.1",
    "eslint-config-molindo": "7.0.0",
    "eslint-import-resolver-typescript": "2.0.0",
    "eslint-plugin-css-modules": "2.11.0",
    "eslint-plugin-import": "2.32.0",
    "eslint-plugin-jsx-a11y": "6.10.2",
    "eslint-plugin-prettier": "3.1.1",
    "eslint-plugin-react": "7.37.5",
    "eslint-plugin-react-hooks": "4.6.0",
    "graphql-tag": "2.12.6",
    "html-webpack-plugin": "5.6.4",
    "jest": "29.7.0",
    "jest-environment-jsdom": "29.7.0",
    "prettier": "1.18.2",
    "react": "16.13.1",
    "react-dom": "16.13.1",
    "regenerator-runtime": "0.13.5",
    "rimraf": "6.0.1",
    "rxjs": "7.8.2",
    "typescript": "5.6.3",
    "webpack": "5.101.3",
    "webpack-cli": "6.0.1",
    "webpack-dev-server": "5.2.2"
  }
}
