forked from foxypool/foxy-miner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.5 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "foxy-miner",
"version": "2.6.0",
"description": "A scavenger / conqueror wrapper for collision free multi mining.",
"keywords": [
"bhd",
"burst",
"signa",
"poc",
"scavenger",
"conqueror",
"multi-chain",
"collision-free",
"mining",
"foxyminer",
"foxy",
"foxypool"
],
"repository": "https://github.com/foxypool/foxy-miner.git",
"bugs": "https://github.com/foxypool/foxy-miner/issues",
"license": "GPL-3.0",
"dependencies": {
"@sentry/integrations": "^7.15.0",
"@sentry/node": "^7.15.0",
"bignumber.js": "^9.1.0",
"bytes": "^3.1.2",
"chalk": "^4.1.2",
"cli-progress": "^3.11.2",
"cli-table3": "^0.6.3",
"commander": "^9.4.1",
"cross-spawn": "^7.0.3",
"decompress": "^4.2.1",
"js-yaml": "^4.1.0",
"koa": "^2.13.4",
"koa-bodyparser": "^4.3.0",
"koa-router": "^12.0.0",
"lodash": "^4.17.21",
"log-update": "^4.0.0",
"mkdirp": "^1.0.4",
"moment": "^2.29.4",
"opencl-info": "^0.3.0",
"ora": "^5.4.1",
"prompts": "^2.4.2",
"request": "^2.88.2",
"request-progress": "^3.0.0",
"rotating-file-stream": "^3.0.4",
"socket.io-client": "^4.5.3",
"strip-ansi": "^6.0.1",
"superagent": "^8.0.2"
},
"devDependencies": {
"archiver": "^5.3.1",
"pkg": "^5.8.0"
},
"bin": {
"foxy-miner": "./main.js"
},
"main": "main.js",
"scripts": {
"start": "node main.js",
"package": "node bin/build-package.js"
},
"engines": {
"node": ">=14"
}
}