Files
BetterDesk/sdks/nodejs/package.json
T
2026-03-24 00:26:25 +01:00

23 lines
564 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": "MIT",
"dependencies": {
"ws": "^8.18.0"
},
"engines": {
"node": ">=18.0.0"
}
}