{
  "name": "@graffy/client",
  "description": "Graffy client library for the browser, usin the `fetch()` or `WebSocket` APIs. This module is intended to be used with a Node.js server running Graffy Server.",
  "author": "graffy team (https://github.com/usegraffy)",
  "version": "0.19.6",
  "type": "module",
  "main": "./index.js",
  "types": "./index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/usegraffy/graffy.git"
  },
  "license": "Apache-2.0",
  "dependencies": {
    "@graffy/common": "0.19.6",
    "@graffy/stream": "0.19.6",
    "debug": "^4.4.3"
  }
}