forked from WaveringAna/equihash-solomining
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 1.76 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
67
68
69
70
{
"name": "komodo-solomining",
"version": "0.1.0",
"type": "commonjs",
"description": "High performance Stratum poolserver in Node.js",
"keywords": [
"stratum",
"mining",
"pool",
"server",
"komodo",
"kmd",
"poolserver"
],
"homepage": "https://github.com/TheComputerGenie/komodo-solomining",
"bugs": {
"url": "https://github.com/TheComputerGenie/komodo-solomining/issues"
},
"license": "GPL-3.0",
"author": "ComputerGenie",
"contributors": [
{
"name": "webworker01",
"url": "https://github.com/webworker01"
},
{
"name": "aayanl",
"url": "https://github.com/aayanl/equihash-solomining"
},
{
"name": "hellcatz",
"url": "https://github.com/hellcatz"
},
{
"name": "z-classic developers",
"url": "https://github.com/z-classic"
},
"vekexasia",
"TheSeven",
{
"name": "Matthew Little",
"url": "https://github.com/zone117x"
}
],
"main": "init.js",
"repository": {
"type": "git",
"url": "https://github.com/TheComputerGenie/komodo-solomining.git"
},
"dependencies": {
"async": "^3.0.0",
"base58-native": "^0.1.4",
"bignum": "mtl1979/node-bignum#dccf7b7",
"bitgo-utxo-lib": "github:TheComputerGenie/bitgo-utxo-lib.git",
"express": "^4.19.2",
"express-dot-engine": "1.0.8",
"merkle-bitcoin": "^1.0.2",
"promise": "^8.0.1",
"express-rate-limit": "^7.4.0"
},
"engines": {
"node": ">=21.4"
},
"scripts": {
"preinstall": "npm config set fund false --location=global",
"postinstall": "npm dedupe && npm update",
"startinstall": "npm install --save-prod --save-bundle --no-optional --omit=optional && node init.js \"$1\"",
"start": "node --trace-deprecation init.js \"$1\""
}
}