From 99c9d29a963fabec6b68902c2aaa39c43d0d5d8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=92=D0=B8=D0=BA=D1=82=D0=BE=D1=80?= <78488229+viktor138irk@users.noreply.github.com> Date: Fri, 8 May 2026 17:11:46 +0900 Subject: [PATCH] Rename root package to WSChat --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4e37694..4ab4706 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { - "name": "raspi-telegram-live-chat", + "name": "wschat", "version": "0.1.0", "private": true, - "description": "Self-hosted live chat with Raspberry Pi backend, Telegram operators, FastPanel-safe frontend deployment, and embeddable widget.", + "description": "WSChat: self-hosted live chat on VPS with Telegram operators, FastPanel-safe deployment, embeddable widget, and admin panel.", "workspaces": [ "backend", "admin-panel",