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

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

11 lines
308 B
JSON
Raw Normal View History

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