{
  "private": true,
  "description": "graphql-js should work on all supported node versions",
  "type": "module",
  "scripts": {
    "test": "node test.js"
  },
  "dependencies": {
    "graphql": "file:../graphql.tgz",
    "graphql-esm": "file:../graphql-esm.tgz"
  }
}