Rename package scope to @xtr-dev and update references.

Updated the package name and scope in `package.json`, README, and source files for both server and client. This ensures consistency and aligns with the new namespace.
This commit is contained in:
2025-11-02 14:34:51 +01:00
parent 82c0e8b065
commit 35e206a57e

View File

@@ -1,5 +1,5 @@
{ {
"name": "rondevu", "name": "@xtr-dev/rondevu-server",
"version": "1.0.0", "version": "1.0.0",
"description": "Open signaling and tracking server for peer discovery in distributed P2P applications", "description": "Open signaling and tracking server for peer discovery in distributed P2P applications",
"main": "dist/index.js", "main": "dist/index.js",