added tags

This commit is contained in:
2023-06-11 15:43:36 +00:00
parent 5e064bb87a
commit 4be996eab5

View File

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