mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-10 01:39:54 +03:00
15 lines
297 B
JSON
15 lines
297 B
JSON
{
|
|
"name": "wsemulator",
|
|
"version": "0.0.1",
|
|
"description": "Emulate websocket communication ",
|
|
"main": "wserver.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "proddy",
|
|
"license": "UNLICENSED",
|
|
"dependencies": {
|
|
"ws": "^4.1.0"
|
|
}
|
|
}
|