mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 09:22:43 +03:00
95adde4ce2
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
20 lines
408 B
JSON
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"
|
|
}
|
|
}
|