mirror of
https://github.com/BigBodyCobain/Shadowbroker.git
synced 2026-05-08 02:16:41 +02:00
6ffd54931c
Ship the 0.9.75 source update with improved startup/runtime hardening, operator API key onboarding, Meshtastic MQTT controls, Infonet/MeshChat separation, desktop package versioning, and aircraft telemetry refinements. Also updates focused backend/frontend tests for node settings, Meshtastic MQTT settings, and desktop runtime behavior.
15 lines
423 B
JSON
15 lines
423 B
JSON
{
|
|
"name": "@shadowbroker/desktop-shell",
|
|
"version": "0.9.75",
|
|
"private": true,
|
|
"description": "ShadowBroker desktop shell packaging, runtime bridge, and release tooling",
|
|
"scripts": {
|
|
"typecheck": "tsc --noEmit",
|
|
"build:desktop": "node ./scripts/run-desktop-build.cjs",
|
|
"build:desktop:clean": "node ./scripts/run-desktop-build.cjs --clean"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.6.0"
|
|
}
|
|
}
|