{
  "name": "@yeskiy/federation-with-subscriptions",
  "version": "1.6.4",
  "description": "Apollo Federation with subscriptions support",
  "keywords": [
    "Apollo",
    "Federation",
    "Websocket",
    "Subscriptions",
    "Server",
    "Graphql",
    "WS",
    "ts"
  ],
  "main": "dist/index.js",
  "author": "sammy@saglam.co",
  "license": "MIT",
  "repository": "https://github.com/sammysaglam/federation-with-subscriptions",
  "scripts": {
    "example:backend": "ts-node-dev ./example/server/gateway & webpack serve",
    "example:frontend": "webpack serve",
    "build": "tsc --project tsconfig.build.json",
    "prepublishOnly": "npm run build",
    "release": "npx standard-version"
  },
  "dependencies": {
    "@graphql-tools/schema": "^8.3.10",
    "@graphql-tools/stitch": "^8.6.9",
    "@graphql-tools/stitching-directives": "^2.2.14",
    "@graphql-tools/utils": "^8.6.9",
    "@graphql-tools/wrap": "^8.4.16",
    "apollo-server-express": "^3.6.2",
    "express": "^4.17.2",
    "graphql": "^16.2.0",
    "graphql-ws": "^5.5.5",
    "node-fetch": "^2.6.7",
    "ws": "^8.4.2"
  },
  "devDependencies": {
    "@apollo/client": "^3.5.7",
    "@babel/core": "^7.16.7",
    "@babel/plugin-transform-runtime": "^7.16.8",
    "@babel/preset-env": "^7.16.8",
    "@babel/preset-react": "^7.16.7",
    "@babel/preset-typescript": "^7.16.7",
    "@pmmmwh/react-refresh-webpack-plugin": "^0.5.4",
    "@types/copy-webpack-plugin": "^10.1.0",
    "@types/node-fetch": "^2.6.1",
    "@types/react": "^17.0.38",
    "@types/react-dom": "^17.0.11",
    "@types/styled-components": "^5.1.20",
    "@types/webpack": "^5.28.0",
    "@types/webpack-bundle-analyzer": "^4.4.1",
    "@types/webpack-dev-server": "^4.7.2",
    "babel-loader": "^8.2.3",
    "eslint": "^8.6.0",
    "eslint-config-sammy": "^2.1.1",
    "eslint-plugin-prettier": "^4.0.0",
    "fork-ts-checker-webpack-plugin": "^6.5.0",
    "graphql-subscriptions": "^2.0.0",
    "jest": "^27.4.7",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-refresh": "^0.11.0",
    "react-router-dom": "^6.2.1",
    "styled-components": "^5.3.3",
    "ts-node-dev": "^1.1.8",
    "tsconfig-paths-webpack-plugin": "^3.5.2",
    "webpack": "^5.66.0",
    "webpack-bundle-analyzer": "^4.5.0",
    "webpack-cli": "^4.9.1",
    "webpack-dev-server": "^3.11.2"
  }
}
