node-haxball
Version:
The most powerful and lightweight API that allows you to develop your original Haxball(www.haxball.com) host, client, and standalone applications both on node.js and browser environments and also includes every possible hack and functionality that you can
15 lines (14 loc) • 345 B
JSON
{
"name": "streaming_server",
"version": "1.0.0",
"description": "A streaming server example for use with the node-haxball package.",
"main": "src/index.js",
"private": false,
"author": "wxyz-abcd <mail.api.test.1.1.1@gmail.com>",
"dependencies": {
"ws": "^8.9.0"
},
"engines": {
"node": ">=16.9.0"
}
}