forked from yoshuki43/k-nomp
-
-
Notifications
You must be signed in to change notification settings - Fork 78
/
package.json
63 lines (63 loc) · 1.52 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
{
"name": "zny-nomp",
"version": "1.2.7",
"description": "BitZeny (yescrypt) stratum mining pool based on NOMP",
"keywords": [
"stratum",
"mining",
"pool",
"server",
"poolserver",
"bitzeny",
"zny",
"yescrypt",
"yespower"
],
"homepage": "https://github.com/ROZ-MOFUMOFU-ME/zny-nomp",
"bugs": {
"url": "https://github.com/ROZ-MOFUMOFU-ME/zny-nomp/issues"
},
"license": "MIT",
"author": "ROZ",
"contributors": [
"Joshua Yabut",
"aayanl",
"sennevb",
"Matthew Little",
"vekexasia",
"TheSeven",
"Yoshuki43"
],
"main": "init.js",
"bin": {
"block-notify": "./scripts/blockNotify.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ROZ-MOFUMOFU-ME/zny-nomp.git"
},
"dependencies": {
"async": "^3.2.6",
"axios": "^1.7.7",
"colors": "^1.4.0",
"compression": "^1.7.5",
"dateformat": "^4.6.3",
"dot": "^1.1.3",
"express": "^4.21.1",
"extend": "^3.0.2",
"mysql": "^2.18.1",
"node-json-minify": "^3.0.0",
"node-watch": "^0.7.4",
"nonce": "^1.0.4",
"redis": "^3.1.2",
"stratum-pool": "https://github.com/ROZ-MOFUMOFU-ME/node-stratum-pool.git"
},
"engines": {
"node": ">=16",
"npm": ">=7"
},
"scripts": {
"start": "node init.js",
"test": "npm install"
}
}