Files
devicemanager/package.json
Juergen Kunz 7bcec69658
Some checks failed
Default (tags) / security (push) Successful in 35s
Default (tags) / test (push) Failing after 45s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped
v2.1.0
2026-01-09 14:09:55 +00:00

38 lines
1.1 KiB
JSON

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