mirror of
https://github.com/UNITRONIX/BetterDesk.git
synced 2026-09-10 17:45:42 +00:00
abe0d52fe4
Move Docker/CI/installers to Node 24 and Go 1.26 images, bump Alpine server runtime, apply safe npm/Go patch updates, migrate SNMP to pysnmp, and document deferred majors.
23 lines
569 B
JSON
23 lines
569 B
JSON
{
|
|
"name": "betterdesk-cdap",
|
|
"version": "1.0.0",
|
|
"description": "Node.js SDK for BetterDesk CDAP (Connected Device Automation Protocol)",
|
|
"main": "src/index.js",
|
|
"exports": {
|
|
".": "./src/index.js",
|
|
"./widgets": "./src/widgets.js",
|
|
"./protocol": "./src/protocol.js"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": ["betterdesk", "cdap", "iot", "scada", "bridge", "remote-management"],
|
|
"license": "AGPL-3.0",
|
|
"dependencies": {
|
|
"ws": "^8.18.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=22.0.0"
|
|
}
|
|
}
|