mirror of
https://github.com/BigBodyCobain/Shadowbroker.git
synced 2026-06-09 15:53:56 +02:00
ffdfe0426b
Align backend, desktop, helm, and frontend package versions for the Telegram OSINT and OpenClaw recon release. Co-authored-by: Cursor <cursoragent@cursor.com>
15 lines
423 B
JSON
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"
|
|
}
|
|
}
|