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" + ] }