mirror of
https://github.com/nicotsx/zerobyte.git
synced 2026-08-01 10:37:14 -04:00
* feat(desktop): add app foundation refactor(desktop): slim app foundation * refactor: pr feedbacks
21 lines
463 B
JSON
21 lines
463 B
JSON
{
|
|
"name": "@zerobyte/desktop",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "commonjs",
|
|
"main": ".vite/build/main.js",
|
|
"scripts": {
|
|
"start": "bun run build:electron && env -u ELECTRON_RUN_AS_NODE electron .",
|
|
"build:electron": "vite build --config vite.main.config.ts",
|
|
"tsc": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@zerobyte/core": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"electron": "^39.2.7",
|
|
"typescript": "^6.0.3",
|
|
"vite": "^8.0.16"
|
|
}
|
|
}
|