graphql-engine/server/tests-py/remote_schemas/nodejs/package.json
Samir Talwar 2757c2156b server/tests-py: Move installing node_modules to the makefile.
This means that if `remote_schemas/nodejs/package.json` changes, the
dependencies will be automatically reinstalled.

It also moves `package-lock.json` to the correct location (in the
directory in which we run `npm install`), and updates it.

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/5481
GitOrigin-RevId: f3fb431afd19de150f39ec2e4cb6572b896c870f
2022-08-16 09:27:04 +00:00

14 lines
297 B
JSON

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