graphql-engine/server/tests-py/remote_schemas/nodejs/package.json
Samir Talwar 650e17df3c CI: Add commentary on how the Python integration test scripts work.
And links to documentation for the various Buildkite plugins, while we're at it.

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/8099
GitOrigin-RevId: ead112ffbb0c04278b586520f1f349a5a8afbd99
2023-03-07 20:59:31 +00:00

15 lines
446 B
JSON

{
"//": "We use node.js to start servers for testing remote schemas and federation with Apollo. In order to do so, we need the dependencies below.",
"name": "hasura-server-tests-py-remote-schemas",
"version": "1.0.0",
"author": "Hasura, Inc.",
"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"
}
}