@rbxts/tether
Version:
A message-based networking solution for Roblox with automatic binary serialization and type validation
52 lines (51 loc) • 1.51 kB
JSON
{
"name": "@rbxts/tether",
"version": "1.3.21",
"main": "out/init.luau",
"scripts": {
"setup-rokit": "rokit trust lune-org/lune && rokit trust rojo-rbx/rojo && rokit install",
"build": "npm run setup-rokit && rbxtsc ",
"prepublishOnly": "npm test && rbxtsc",
"test": "rbxtsc && npm run build -- -p tests && rojo build tests -o tests/test-environment.rbxl && lune run tests tests/test-environment.rbxl"
},
"keywords": [
"roblox",
"tether",
"networking",
"message",
"serialization",
"middleware"
],
"repository": {
"url": "git+https://github.com/R-unic/tether.git"
},
"author": "runicly",
"license": "ISC",
"description": "A message-based networking solution for Roblox with automatic binary serialization and type validation",
"types": "out/index.d.ts",
"files": [
"out",
"!**/*.tsbuildinfo"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@rbxts/compiler-types": "^3.0.0-types.0",
"@rbxts/types": "^1.0.856",
"rbxts-transformer-flamework": "^1.3.1",
"roblox-ts": "^3.0.0",
"ts-toolbelt": "^9.6.0",
"typescript": "^5.5.3"
},
"dependencies": {
"@flamework/core": "^1.3.1",
"@rbxts/destroyable": "^1.0.2",
"@rbxts/flamework-meta-utils": "^1.0.6",
"@rbxts/object-utils": "^1.0.4",
"@rbxts/repr": "^1.0.1",
"@rbxts/serio": "^1.0.18",
"@rbxts/services": "^1.5.5",
"@rbxts/trash": "^1.0.1"
}
}