mirror of
https://github.com/litruv/API-WebSocket-Bridge.git
synced 2026-07-23 18:28:47 +10:00
33 lines
845 B
JSON
33 lines
845 B
JSON
{
|
|
"name": "api-websocket-bridge",
|
|
"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",
|
|
"main": "source/index.js",
|
|
"scripts": {
|
|
"start": "node source/index.js",
|
|
"docker-build": "docker build -t api-websocket-bridge ."
|
|
},
|
|
"author": "Litruv",
|
|
"license": "Apache 2.0",
|
|
"dependencies": {
|
|
"axios": "^1.4.0",
|
|
"events": "^3.3.0",
|
|
"ws": "^8.13.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/litruv/API-WebSocket-Bridge.git"
|
|
},
|
|
"keywords": [
|
|
"API",
|
|
"WebSocket",
|
|
"Bridge",
|
|
"Real-time",
|
|
"Communication",
|
|
"Node.js",
|
|
"WebSocket Server",
|
|
"WebSocket Protocol",
|
|
"Web Development"
|
|
]
|
|
}
|