mirror of
https://github.com/UNITRONIX/BetterDesk.git
synced 2026-09-10 09:35:39 +00:00
0874d4f3d9
Updated the entire project to AGPL-3.0, including all components and documentation. The stable releases up to v3.3.x will remain under Apache 2.0 until the next major feature release. Withdrawn and recreated French and Traditional Chinese translations under the new license. Updated relevant documentation and changelog to reflect these changes.
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": ">=18.0.0"
|
|
}
|
|
}
|