Update package.json

This commit is contained in:
2023-06-12 02:48:36 +10:00
committed by GitHub
parent ad5f9418f5
commit ac6f0b4557

View File

@@ -1,6 +1,6 @@
{ {
"name": "api-websocket-bridge", "name": "api-websocket-bridge",
"version": "1.0.4", "version": "1.0.5",
"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", "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", "main": "source/index.js",
"scripts": { "scripts": {