animiassumenda
Version:
Blox live, desktop app for managing staking accounts
23 lines (22 loc) • 634 B
JSON
{
"name": "blox-live",
"productName": "blox-live-desktop-app",
"version": "1.5.2-dev.17",
"description": "Blox Staking desktop app for managing staking accounts",
"main": "./main.prod.js",
"author": {
"name": "Blox Staking",
"email": "support@bloxstaking.com",
"url": "https://www.bloxstaking.com/"
},
"scripts": {
"electron-rebuild": "node -r ../internals/scripts/BabelRegister.js ../internals/scripts/ElectronRebuild.js",
"postinstall": "yarn electron-rebuild"
},
"license": "GPL-3.0",
"dependencies": {
"@material-ui/icons": "^4.11.2",
"got": "11.5.2",
"web3": "^1.2.11"
}
}