{ "name": "@ecobridge.xyz/devicemanager", "version": "2.3.1", "private": false, "description": "a device manager for talking to devices on network and over usb", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", "type": "module", "author": "Task Venture Capital GmbH", "license": "MIT", "scripts": { "test": "(tstest test/ --verbose)", "build": "(tsbuild --web --allowimplicitany)", "buildDocs": "(tsdoc)" }, "devDependencies": { "@git.zone/tsbuild": "^4.1.0", "@git.zone/tsrun": "^2.0.0", "@git.zone/tstest": "^3.1.3", "@types/node": "^25.0.3", "@types/ws": "^8.18.1" }, "dependencies": { "@push.rocks/smartdelay": "^3.0.5", "@push.rocks/smartevent": "^2.0.5", "@push.rocks/smartnetwork": "^4.4.0", "@push.rocks/smartpath": "^6.0.0", "@push.rocks/smartpromise": "^4.2.3", "@push.rocks/smartrequest": "^5.0.1", "@push.rocks/smartxml": "^2.0.0", "bonjour-service": "^1.3.0", "castv2-client": "^1.2.0", "ipp": "^2.0.1", "net-snmp": "^3.26.0", "node-ssdp": "^4.0.1", "sonos": "^1.14.2", "ws": "^8.19.0" } }