{ "name": "storehealthanalyzer-remote-agent", "version": "1.0.0", "private": true, "description": "Standalone container for the StoreHealthAnalyzer remote agent (WebSocket proxy for SIW/MDM/etc. from an internal network).", "main": "remoteAgent.js", "type": "commonjs", "scripts": { "start": "node remoteAgent.js" }, "engines": { "node": ">=18" }, "dependencies": { "axios": "^1.16.1", "dotenv": "^17.4.2", "ws": "^8.20.1" } }