{
  "name": "@harmonyjs/controller-apollo-gateway",
  "description": "Apollo Gateway controller for Harmony",
  "version": "1.0.2",
  "license": "ISC",
  "files": [
    "dist-*/",
    "bin/"
  ],
  "pika": true,
  "sideEffects": false,
  "keywords": [
    "Apollo",
    "Gateway",
    "Federation",
    "GraphQL",
    "Harmony",
    "HarmonyJS"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/jvdsande/harmonyjs.git"
  },
  "dependencies": {
    "@apollo/gateway": "^0.10.9",
    "@harmonyjs/apollo-fastify": "^1.0.0"
  },
  "devDependencies": {
    "typescript": "^3.7.5"
  },
  "publishConfig": {
    "access": "public"
  },
  "source": "dist-src/index.js",
  "types": "dist-types/index.d.ts",
  "main": "dist-node/index.js",
  "peerDependencies": {}
}
