forked from yoshuki43/node-stratum-pool-yescrypt
-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
45 lines (45 loc) · 1.12 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
{
"name": "stratum-pool",
"version": "0.2.8",
"description": "High performance Stratum poolserver in Node.js",
"keywords": [
"stratum",
"mining",
"pool",
"server",
"poolserver",
"bitcoin",
"litecoin",
"scrypt",
"yespower",
"lyra2re2"
],
"homepage": "https://github.com/ROZ-MOFUMOFU-ME/node-stratum-pool",
"bugs": {
"url": "https://github.com/ROZ-MOFUMOFU-ME/node-stratum-pool/issues"
},
"license": "GPL-2.0",
"author": "Matthew Little",
"contributors": [
"vekexasia",
"TheSeven"
],
"main": "lib/index.js",
"scripts": {
"test": "node lib/test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/ROZ-MOFUMOFU-ME/node-stratum-pool.git"
},
"dependencies": {
"@exodus/bitcoinjs-lib-zcash": "^0.0.13",
"async": "^3.2.6",
"bitcoinjs-lib": "^7.0.0-rc.0",
"multi-hashing": "git+https://github.com/ROZ-MOFUMOFU-ME/node-multi-hashing.git"
},
"engines": {
"node": ">=16",
"npm": ">=7"
}
}