From 50cede47f790275f18fd33bff2190e315abd009c Mon Sep 17 00:00:00 2001 From: Litruv Date: Sun, 11 Jun 2023 13:04:25 +0000 Subject: [PATCH] removed unnessisary dependencies --- package.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index c2679a7..482e287 100644 --- a/package.json +++ b/package.json @@ -4,15 +4,13 @@ "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": { + "start": "node source/index.js", "docker-build": "docker build -t websocket-driver ." }, "author": "Litruv", "license": "Apache 2.0", "dependencies": { "axios": "^1.4.0", - "events": "^3.3.0", - "jquery": "^3.7.0", - "socket.io": "^4.6.2", - "socket.io-client": "^4.6.2" + "events": "^3.3.0" } }