{
  "name": "ugql",
  "version": "1.1.7",
  "description": "GraphQL.js over HTTP with uWebSockets.js",
  "main": "index.mjs",
  "author": "Annihil",
  "license": "MIT",
  "type": "module",
  "module": "index.mjs",
  "files": [],
  "homepage": "https://github.com/Annihil/ugql",
  "bugs": {
    "url": "https://github.com/Annihil/ugql/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Annihil/ugql.git"
  },
  "keywords": [
    "ugql",
    "gql",
    "graphql",
    "graphql-js",
    "uws",
    "uWebSockets",
    "uWebSockets.js",
    "uWebSockets-js"
  ],
  "engines": {
    "node": ">= 8.x"
  },
  "dependencies": {
    "graphql": "^14.3.0",
    "uWebSockets.js": "github:uNetworking/uWebSockets.js#binaries"
  }
}
