{
  "name": "apollo_gateway",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "node src/server.js"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@apollo/gateway": "^0.13.2",
    "apollo-server": "^2.11.0",
    "apollo-server-express": "^2.11.0",
    "dotenv": "^8.2.0",
    "express": "^4.17.1"
  }
}
