removed unnessisary dependencies

This commit is contained in:
2023-06-11 13:04:25 +00:00
parent e61719ba3a
commit 50cede47f7

View File

@@ -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", "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": {
"start": "node source/index.js",
"docker-build": "docker build -t websocket-driver ." "docker-build": "docker build -t websocket-driver ."
}, },
"author": "Litruv", "author": "Litruv",
"license": "Apache 2.0", "license": "Apache 2.0",
"dependencies": { "dependencies": {
"axios": "^1.4.0", "axios": "^1.4.0",
"events": "^3.3.0", "events": "^3.3.0"
"jquery": "^3.7.0",
"socket.io": "^4.6.2",
"socket.io-client": "^4.6.2"
} }
} }