forked from HandyOSS/HandyMiner-CLI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 895 Bytes
/
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
32
{
"name": "HandyMiner",
"version": "1.0.0",
"description": "Handshake Stratum Miner",
"main": "./miner/HandyMiner.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node --max-old-space-size=8196 ./mine.js",
"configure": "node --max-old-space-size=8196 ./configure.js",
"dashboard": "node --max-old-space-size=8196 ./miner/dashboard.js"
},
"author": "Alex Smith (alex.smith@earthlab.tech)",
"license": "ISC",
"dependencies": {
"bheep": "^0.1.4",
"blessed": "^0.1.81",
"blessed-contrib": "^4.8.16",
"bmutex": "^0.1.5",
"bn.js": "^4.11.8",
"bsert": "0.0.8",
"buffer-map": "0.0.5",
"bufio": "^1.0.6",
"exit-hook": "^2.2.0",
"inquirer": "^7.0.0",
"moment": "^2.24.0",
"numeral": "^2.0.6",
"play-sound": "^1.1.3"
},
"optionalDependencies": {
"net-keepalive": "^1.2.1"
}
}