mirror of
https://github.com/PR0M3TH3AN/VoxVera.git
synced 2025-09-08 06:58:42 +00:00
12 lines
171 B
JSON
12 lines
171 B
JSON
{
|
|
"name": "voxvera-gui",
|
|
"version": "0.1.0",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"start": "electron ."
|
|
},
|
|
"devDependencies": {
|
|
"electron": "^29.0.0"
|
|
}
|
|
}
|