NexusOps Dashboard — node control, input capture, file binder, kill switch
This commit is contained in:
16
package.json
Normal file
16
package.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "network-node-dashboard",
|
||||
"version": "1.0.0",
|
||||
"description": "Central Agent Control & Network Monitoring Dashboard",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
"start": "node server.js",
|
||||
"dev": "node --watch server.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"cors": "^2.8.5",
|
||||
"express": "^4.19.2",
|
||||
"multer": "^2.2.0",
|
||||
"ws": "^8.17.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user