mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 17:31:56 +03:00
2757c2156b
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
14 lines
297 B
JSON
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"
|
|
}
|
|
}
|