@hathora/client-sdk
Version:

38 lines (37 loc) • 791 B
JSON
{
"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"
}
}