Files
Shadowbroker/desktop-shell/package.json
T
BigBodyCobain 8676a98945 Release v0.9.84 with GT analytics, Telegram translate, full telemetry, and saved dashboard layout.
Bump version across frontend, backend, and desktop shell; update changelog modal, release digests, and updater manifest filtering for the current version only.
2026-08-05 13:20:59 -06:00

15 lines
423 B
JSON

{
"name": "@shadowbroker/desktop-shell",
"version": "0.9.84",
"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"
}
}