{
  "description": "graphql-js production mode should work with Node.js",
  "private": true,
  "type": "module",
  "scripts": {
    "test": "node test.js"
  },
  "dependencies": {
    "graphql": "file:../graphql.tgz"
  }
}