forked from zone117x/node-open-mining-portal
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
55 lines (55 loc) · 1.51 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
{
"name": "node-open-mining-portal",
"version": "0.0.4",
"description": "An extremely efficient, highly scalable, all-in-one, easy to setup cryptocurrency mining pool",
"keywords": [
"stratum",
"mining",
"pool",
"server",
"poolserver",
"bitcoin",
"litecoin",
"scrypt"
],
"homepage": "https://github.com/zone117x/node-open-mining-portal",
"bugs": {
"url": "https://github.com/zone117x/node-open-mining-portal/issues"
},
"license": "GPL-2.0",
"author": "Matthew Little",
"contributors": [
"vekexasia",
"TheSeven"
],
"main": "init.js",
"bin": {
"block-notify": "./scripts/blockNotify.js"
},
"repository": {
"type": "git",
"url": "https://github.com/zone117x/node-open-mining-portal.git"
},
"dependencies": {
"@bitcoinerlab/secp256k1": "^1.1.1",
"async": "^3.2.5",
"bitcoinjs-lib": "^6.1.5",
"body-parser": "^1.20.2",
"bs58check": "^3.0.1",
"colors": "^1.4.0",
"compression": "^1.7.4",
"cross-fetch": "^4.0.0",
"dateformat": "^4.6.3",
"dot": "^1.1.3",
"express": "^4.19.2",
"extend": "^3.0.2",
"ioredis": "^5.4.1",
"multi-hashing": "github:cpuchain/node-multi-hashing#218bfdf38b440d274d2d77f6dff7fd45bae530ab",
"node-json-minify": "^3.0.0",
"redis": "^3.1.2",
"ws": "^8.17.1"
},
"engines": {
"node": ">=18.x"
}
}