86 lines
2.2 KiB
JSON
Executable File
86 lines
2.2 KiB
JSON
Executable File
{
|
|
"name": "EthoWallet",
|
|
"version": "2.4.6",
|
|
"description": "Desktop wallet for Etho Protocol ($ETHO)",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"start": "electron .",
|
|
"pack-win": "electron-builder --windows --dir",
|
|
"dist-win": "electron-builder --windows --x64",
|
|
"dist-linux": "electron-builder --linux --x64",
|
|
"dist-osx": "electron-builder --mac --x64",
|
|
"bundle": "browserify assets/dashboard/js/node.js > assets/dashboard/js/bundle.js"
|
|
},
|
|
"build": {
|
|
"appId": "EthoDesktopWallet",
|
|
"files": [
|
|
"modules/*",
|
|
"assets/**/*",
|
|
"renderer/*",
|
|
"package.json",
|
|
"main.js",
|
|
"index.html"
|
|
],
|
|
"win": {
|
|
"target": "zip",
|
|
"icon": "build/icon.png",
|
|
"artifactName": "Windows-${productName}-${version}.${ext}",
|
|
"extraResources": [
|
|
"bin/win/*"
|
|
]
|
|
},
|
|
"linux": {
|
|
"target": "zip",
|
|
"icon": "build/icon.icns",
|
|
"artifactName": "Linux-${productName}-${version}.${ext}",
|
|
"extraResources": [
|
|
"bin/linux/*"
|
|
]
|
|
},
|
|
"mac": {
|
|
"target": "zip",
|
|
"icon": "build/icon.icns",
|
|
"artifactName": "MacOS-${productName}-${version}.${ext}",
|
|
"extraResources": [
|
|
"bin/macos/*"
|
|
]
|
|
}
|
|
},
|
|
"repository": "https://github.com/Ether1Project/Ether1DesktopWallet",
|
|
"keywords": [
|
|
"Etho",
|
|
"Desktop",
|
|
"Wallet"
|
|
],
|
|
"author": "Etho",
|
|
"license": "CC0-1.0",
|
|
"dependencies": {
|
|
"@unibeautify/beautifier-js-beautify": "^0.4.0",
|
|
"adm-zip": "^0.5.9",
|
|
"app-root-path": "^3.0.0",
|
|
"electron-storage": "^1.0.7",
|
|
"ethereum-private-key-to-address": "^0.0.7",
|
|
"ethereumjs-common": "^1.5.0",
|
|
"fs-extra": "^10.0.1",
|
|
"handlebars": "^4.7.2",
|
|
"keythereum": "^1.0.0",
|
|
"moment": "^2.29.2",
|
|
"nedb": "^1.8.0",
|
|
"node-fetch": "^3.2.3",
|
|
"pull-file-reader": "^1.0.2",
|
|
"single-instance": "0.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"browserify": "^17.0.0",
|
|
"electron": "11.5.0",
|
|
"electron-builder": "^22.14.13",
|
|
"ipfs": "^0.62.1",
|
|
"js-beautify": "^1.14.2",
|
|
"libp2p-pnet": "^0.1.0",
|
|
"node-gyp": "^9.0.0",
|
|
"unibeautify": "^0.17.0",
|
|
"unibeautify-cli": "^0.2.1",
|
|
"web3": "^1.7.1"
|
|
}
|
|
}
|