mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 09:22:43 +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
10 lines
208 B
JSON
10 lines
208 B
JSON
{
|
|
"name": "hasura-server-tests-py",
|
|
"version": "1.0.0",
|
|
"author": "Hasura, Inc.",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"hasura-server-tests-py-remote-schemas": "file:remote_schemas/nodejs"
|
|
}
|
|
}
|