Skip to content

Commit 4be996e

Browse files
committed
added tags
1 parent 5e064bb commit 4be996e

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

package.json

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "api-websocket-bridge",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"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",
55
"main": "source/index.js",
66
"scripts": {
@@ -17,5 +17,16 @@
1717
"repository": {
1818
"type": "git",
1919
"url": "https://github.com/litruv/API-WebSocket-Bridge.git"
20-
}
20+
},
21+
"keywords": [
22+
"API",
23+
"WebSocket",
24+
"Bridge",
25+
"Real-time",
26+
"Communication",
27+
"Node.js",
28+
"WebSocket Server",
29+
"WebSocket Protocol",
30+
"Web Development"
31+
]
2132
}

0 commit comments

Comments
 (0)