changed package locations for compatibility with npm

This commit is contained in:
2023-06-11 12:25:25 +00:00
parent a672409e4a
commit 2f94733e2a
3 changed files with 2 additions and 2 deletions

18
package.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "websocket-driver",
"version": "1.0.0",
"description": "WebSocket Driver 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": {
"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"
}
}