-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
31 lines (31 loc) · 1.15 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "public-pool-app",
"version": "1.0.1",
"description": "Electron Bitcoin Server And GUI",
"main": "main.js",
"scripts": {
"start": "electron-forge start",
"download": "git clone https://github.com/benjamin-wilson/public-pool.git && git clone https://github.com/benjamin-wilson/public-pool-ui.git",
"install": "cd public-pool && npm install && cd ../public-pool-ui && npm install",
"build": "cd public-pool && npm run build && npm prune --production && cd ../public-pool-ui && npm run build:electron",
"make": "electron-forge make"
},
"author": "Benjamin Wilson",
"license": "GPL-3.0-only",
"dependencies": {
"electron-log": "^5.1.5",
"electron-settings": "^4.0.4",
"electron-squirrel-startup": "^1.0.1"
},
"devDependencies": {
"@electron-forge/cli": "^7.4.0",
"@electron-forge/maker-deb": "^7.4.0",
"@electron-forge/maker-rpm": "^7.4.0",
"@electron-forge/maker-squirrel": "^7.4.0",
"@electron-forge/maker-zip": "^7.4.0",
"@electron-forge/plugin-auto-unpack-natives": "^7.4.0",
"@electron-forge/plugin-fuses": "^7.4.0",
"@electron/fuses": "^1.8.0",
"electron": "^31.2.0"
}
}