Files
Shadowbroker/desktop-shell/package.json
T
BigBodyCobain ffdfe0426b Prepare v0.9.82 release: bump versions and changelog UI.
Align backend, desktop, helm, and frontend package versions for the Telegram OSINT and OpenClaw recon release.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-08 23:05:26 -06:00

15 lines
423 B
JSON

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