mirror of
https://github.com/cupcakearmy/volta.git
synced 2024-11-01 01:34:14 +01:00
24 lines
471 B
JSON
Executable File
24 lines
471 B
JSON
Executable File
{
|
|
"name": "volta",
|
|
"private": true,
|
|
"productName": "Volta",
|
|
"version": "1.0.1",
|
|
"license": "MIT",
|
|
"author": "Niccolo Borgioli",
|
|
"main": "./src/main.js",
|
|
"scripts": {
|
|
"pack:mac": "electron-builder -m",
|
|
"start": "electron ."
|
|
},
|
|
"devDependencies": {
|
|
"electron": "^7",
|
|
"electron-builder": "^22"
|
|
},
|
|
"dependencies": {
|
|
"auto-launch": "^5",
|
|
"child_process": "^1.0.2",
|
|
"dark-mode": "^3.0.0",
|
|
"electron-settings": "^3"
|
|
}
|
|
}
|