graphql-engine/server/tests-py/remote_schemas/nodejs/package.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
446 B
JSON
Raw Normal View History

{
"//": "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"
}
}