{
  "name": "@hathora/server-sdk",
  "version": "1.1.0",
  "type": "module",
  "main": "lib/server.js",
  "types": "lib/server.d.ts",
  "scripts": {
    "build": "tsc"
  },
  "author": "Harsh Pandey",
  "license": "MIT",
  "homepage": "https://github.com/hathora/server-sdk-ts#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hathora/server-sdk-ts.git"
  },
  "bugs": {
    "url": "https://github.com/hathora/server-sdk-ts/issues"
  },
  "keywords": [
    "hathora",
    "protocol",
    "server",
    "sdk",
    "multiplayer",
    "networking"
  ],
  "dependencies": {
    "jsonwebtoken": "^9.0.0",
    "uWebSockets.js": "github:uNetworking/uWebSockets.js#v20.19.0"
  },
  "devDependencies": {
    "@types/jsonwebtoken": "^9.0.1",
    "@types/node": "^18.0.3",
    "typescript": "^4.7.4"
  }
}
