graphql-engine/server/tests-py/remote_schemas/nodejs/package.json
paritosh-08 95adde4ce2 server: support for Apollo federation
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/4584
Co-authored-by: Auke Booij <164426+abooij@users.noreply.github.com>
GitOrigin-RevId: 0f60c263efb5fbaa25620dd8159e8cfda25a61b2
2022-07-25 15:54:41 +00:00

20 lines
408 B
JSON

{
"name": "aws-lambda-nodejs",
"version": "1.0.0",
"description": "",
"main": "lambdaCtx.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"apollo-server": "3.8.1",
"@apollo/gateway": "2.0.3",
"graphql": "16.5.0",
"graphql-tag": "2.10.1",
"@apollo/subgraph": "2.0.4"
}
}