-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.33 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.33 KB
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
{
"name": "kmd-solomining",
"version": "0.3.0",
"description": "High performance Stratum poolserver in Node.js",
"keywords": [
"stratum",
"mining",
"pool",
"server",
"poolserver"
],
"homepage": "https://github.com/TheComputerGenie/KMD-solo-mining",
"bugs": {
"url": "https://github.com/TheComputerGenie/KMD-solo-mining/issues"
},
"license": "GPL-3.0",
"author": "ComputerGenie",
"contributors": [
{
"name": "webworker01",
"url": "https://github.com/webworker01"
},
{
"name": "aayanl",
"url": "https://github.com/aayanl/equihash-solomining"
},
"vekexasia",
"TheSeven",
{
"name": "Matthew Little",
"url": "https://github.com/zone117x"
}
],
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/TheComputerGenie/KMD-solo-mining.git"
},
"dependencies": {
"ecurve": "git+https://github.com/cryptocoinjs/ecurve.git#ee8a22ee3fcd78548a0b87c8d943b3ada4f5a26e"
},
"engines": {
"node": ">=21.4"
},
"scripts": {
"preinstall": "npm config set fund false --location=global",
"postinstall": "npm update --omit=dev && npm dedupe",
"startinstall": "npm install --save-prod --save-bundle --no-optional --omit=optional && node init.js",
"start": "node --trace-deprecation init.js"
}
}