mirror of
https://github.com/UNITRONIX/BetterDesk.git
synced 2026-09-10 09:35:39 +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.
15 lines
310 B
JSON
15 lines
310 B
JSON
{
|
|
"name": "rdclient-desktop",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"description": "BetterDesk RdClient — operator desktop client (Tauri shell)",
|
|
"scripts": {
|
|
"tauri": "tauri",
|
|
"dev": "tauri dev",
|
|
"build": "tauri build"
|
|
},
|
|
"devDependencies": {
|
|
"@tauri-apps/cli": "^2.11.4"
|
|
}
|
|
}
|