mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 08:02:15 +03:00
650e17df3c
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
11 lines
308 B
JSON
11 lines
308 B
JSON
{
|
|
"//": "Some of the tests use node.js to run web servers. See the directories below for details.",
|
|
"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"
|
|
}
|
|
}
|