UNPKG

@bcjordan/geckos-io-client

Version:

Real-time client/server communication over UDP using WebRTC and Node.js

54 lines (53 loc) 1.32 kB
{ "name": "@bcjordan/geckos-io-client", "version": "2.3.1", "description": "Real-time client/server communication over UDP using WebRTC and Node.js", "main": "./lib/index.js", "types": "./lib/index.d.ts", "type": "module", "author": "Yannick Deubel (https://github.com/yandeu)", "license": "BSD-3-Clause", "keywords": [ "real-time", "realtime", "framework", "webrtc", "wrtc", "websocket", "websockets", "node", "nodejs", "udp", "sctp", "multiplayer", "game", "client" ], "repository": { "type": "git", "url": "git://github.com/geckosio/geckos.io.git", "directory": "packages/client" }, "bugs": { "url": "https://github.com/geckosio/geckos.io/issues" }, "homepage": "http://geckos.io", "directories": { "lib": "lib" }, "engines": { "node": "^14.15 || >=16" }, "scripts": { "bundle": "npm run bundle:version", "bundle:version": "cross-env-shell ../../node_modules/.bin/webpack --config webpack/webpack.prod.cjs --env path=../../../bundles --env packageVersion=${npm_package_version}", "build": "tsc --build tsconfig.json", "prepublishOnly": "npm run build" }, "dependencies": { "@geckos.io/common": "^2.2.3" }, "funding": { "url": "https://github.com/sponsors/yandeu" } }