Add remote console capabilities

This commit is contained in:
2025-06-18 23:49:36 -05:00
parent bf2cbc19d4
commit a05cbc3d12
6 changed files with 465 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "remote_console",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"author": "",
"license": "MIT",
"description": "",
"dependencies": {
"winston": "^3.17.0"
}
}