-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.46 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
{
"name": "stratum-pool-pastel",
"version": "0.2.1",
"description": "High performance stratum pool server in Node.js, customized for use in Pastel Network",
"keywords": [
"stratum",
"mining",
"pool",
"server",
"poolserver",
"pastel"
],
"homepage": "https://github.com/pastelnetwork/node-stratum-pool-pastel",
"bugs": {
"url": "https://github.com/pastelnetwork/node-stratum-pool-pastel/issues"
},
"license": "GPL-2.0",
"author": "s-nomp developers and Pastel Network developers",
"contributors": [
"egyptianbman",
"TheSeven",
"vekexasia",
"ayk",
"Dicklesworthstone"
],
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/pastelnetwork/node-stratum-pool-pastel"
},
"dependencies": {
"@bitgo/blake2b-wasm": "^3.2.3",
"@pastelnetwork/psl-utxo-lib": "git+https://github.com/pastelnetwork/bitcoinjs-lib-pastel.git",
"async": "^3.2.5",
"axios": "^1.6.2",
"base58-native": "^0.1.4",
"bignum": "^0.13.1",
"equihash-node-binding": "git+https://github.com/pastelnetwork/equihash-node-binding",
"merkle-bitcoin": "^1.0.2",
"pastel_nodejs_client": "git+https://github.com/pastelnetwork/pastel_nodejs_client.git",
"promise": "^8.3.0",
"redis": "^4.6.11"
},
"engines": {
"node": "20.17.0"
}
}