mirror of
https://github.com/PR0M3TH3AN/VoxVera.git
synced 2025-09-09 07:28:43 +00:00
Add Electron GUI and packaging scripts
This commit is contained in:
11
gui/electron/package.json
Normal file
11
gui/electron/package.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"name": "voxvera-gui",
|
||||
"version": "0.1.0",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
"start": "electron ."
|
||||
},
|
||||
"devDependencies": {
|
||||
"electron": "^29.0.0"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user