mirror of
https://github.com/everoddandeven/monerod-gui.git
synced 2024-12-22 19:49:27 +00:00
f2c67073a8
Some checks failed
Lint Test / build (20) (push) Has been cancelled
MacOS Build / build (20) (push) Has been cancelled
MacOS 12 - x64 DMG Build / build (20) (push) Has been cancelled
Ubuntu 22.04 - AppImage Build / build (20) (push) Has been cancelled
Ubuntu 22.04 - x64 DEB Build / build (20) (push) Has been cancelled
Ubuntu 24.04 - x64 DEB Build / build (20) (push) Has been cancelled
Windows Build / build (20) (push) Has been cancelled
30 lines
718 B
JSON
30 lines
718 B
JSON
{
|
|
"name": "monerod-gui",
|
|
"icon": "./assets/icons/favicon.ico",
|
|
"description": "Monero Daemon GUI",
|
|
"author": {
|
|
"name": "everoddandeven",
|
|
"email": "everoddandeven@protonmail.com"
|
|
},
|
|
"version": "0.1.2",
|
|
"main": "main.js",
|
|
"private": true,
|
|
"dependencies": {
|
|
"adm-zip": "^0.5.16",
|
|
"applescript": "^1.0.0",
|
|
"battery-level": "^3.0.0",
|
|
"network": "^0.7.0",
|
|
"os": "^0.1.2",
|
|
"pidusage": "^3.0.2",
|
|
"tar": "^7.4.3",
|
|
"unbzip2-stream": "^1.4.3",
|
|
"winreg": "^1.2.5"
|
|
},
|
|
"devDependencies": {
|
|
"@types/adm-zip": "^0.5.5",
|
|
"@types/auto-launch": "^5.0.5",
|
|
"@types/battery-level": "^3.0.2",
|
|
"@types/pidusage": "^2.0.5",
|
|
"@types/winreg": "^1.2.36"
|
|
}
|
|
}
|