{ "name": "gateway", "version": "1.0.0", "main": "index.js", "license": "MIT", "dependencies": { "@apollo/gateway": "^0.21.1", "apollo-server": "^2.25.4", "graphql": "^15.4.0", "nodemon": "^2.0.6" }, "scripts": { "start": "nodemon index.js" }, "type": "module" }