mirror of
https://github.com/PR0M3TH3AN/VoxVera.git
synced 2025-09-09 07:28:43 +00:00
13 lines
194 B
JSON
13 lines
194 B
JSON
{
|
|
"name": "voxvera-gui",
|
|
"version": "0.1.0",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"start": "electron ."
|
|
},
|
|
"devDependencies": {
|
|
"electron": "^29.0.0",
|
|
"which": "^3.0.0"
|
|
}
|
|
}
|