mirror of
https://github.com/BigBodyCobain/Shadowbroker.git
synced 2026-09-14 21:25:29 +02:00
16 lines
586 B
JSON
16 lines
586 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",
|
|
"test:backend-runtime": "node --test ./tauri-skeleton/scripts/build-backend-runtime.test.cjs",
|
|
"build:desktop": "npm run test:backend-runtime && node ./scripts/run-desktop-build.cjs",
|
|
"build:desktop:clean": "npm run test:backend-runtime && node ./scripts/run-desktop-build.cjs --clean"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.6.0"
|
|
}
|
|
}
|