federation/gateway/package.json
2020-11-14 16:43:58 +01:00

16 lines
301 B
JSON

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