mirror of
https://github.com/BigBodyCobain/Shadowbroker.git
synced 2026-05-08 10:24:48 +02:00
15 lines
422 B
JSON
15 lines
422 B
JSON
{
|
|
"name": "@shadowbroker/desktop-shell",
|
|
"version": "0.9.7",
|
|
"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"
|
|
}
|
|
}
|