UNPKG

@hathora/client-sdk

Version:

![Hathora Logo](https://user-images.githubusercontent.com/7004280/223056895-c16419d2-2b91-4013-82f0-7616c84d31b7.svg)

38 lines (37 loc) 791 B
{ "name": "@hathora/client-sdk", "version": "1.3.1", "type": "module", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "build": "rm -rf lib/* && tsc" }, "author": "Harsh Pandey", "license": "MIT", "homepage": "https://github.com/hathora/client-sdk-ts#readme", "repository": { "type": "git", "url": "git+https://github.com/hathora/client-sdk-ts.git" }, "bugs": { "url": "https://github.com/hathora/client-sdk-ts/issues" }, "keywords": [ "hathora", "protocol", "client", "sdk", "multiplayer", "networking" ], "dependencies": { "isomorphic-ws": "^5.0.0", "jwt-decode": "^3.1.2" }, "devDependencies": { "@types/node": "^18.0.3", "@types/ws": "^8.5.3", "typescript": "^4.7.4" } }