Files
devicemanager/package.json
Juergen Kunz d9029ec02b
Some checks failed
Default (tags) / security (push) Successful in 33s
Default (tags) / test (push) Failing after 33s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped
v3.1.0
2026-01-13 21:14:30 +00:00

40 lines
1.1 KiB
JSON

{
"name": "@ecobridge.xyz/devicemanager",
"version": "3.1.0",
"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"
}
}