{ "name": "wbxprov-remote-agent", "version": "1.1.0", "private": true, "description": "Standalone container for the wbxStoreProvision remote agent (WebSocket proxy for Store Info Web 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" } }