From 4be996eab5cde259f920941ba789065e6f5dd479 Mon Sep 17 00:00:00 2001 From: Litruv Date: Sun, 11 Jun 2023 15:43:36 +0000 Subject: [PATCH] added tags --- package.json | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d6be84a..0822171 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "api-websocket-bridge", - "version": "1.0.2", + "version": "1.0.3", "description": "API WebSocket Bridge is a Node.js application that provides a WebSocket server for real-time communication. It allows clients to connect and exchange data using the WebSocket protocol", "main": "source/index.js", "scripts": { @@ -17,5 +17,16 @@ "repository": { "type": "git", "url": "https://github.com/litruv/API-WebSocket-Bridge.git" - } + }, + "keywords": [ + "API", + "WebSocket", + "Bridge", + "Real-time", + "Communication", + "Node.js", + "WebSocket Server", + "WebSocket Protocol", + "Web Development" + ] }