{ "name": "dect-relay-agent", "version": "0.1.0", "description": "Data-center-resident agent that bridges the CollabSupport bot (cloud) to Cisco DBS-210 DECT base stations on the private 10.x network.", "type": "module", "private": true, "main": "index.js", "scripts": { "start": "node index.js" }, "dependencies": { "axios": "^1.13.6", "dotenv": "^17.3.1", "ws": "^8.21.0" }, "engines": { "node": ">=20" } }