This repository has been archived by the owner on Jul 18, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
69 lines (69 loc) · 1.69 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
{
"name": "foxy-proxy",
"version": "1.40.0",
"description": "A Proof of Capacity proxy which supports solo and pool mining upstreams.",
"keywords": [
"burst",
"bhd",
"proxy",
"multi-chain",
"collision-free",
"web-ui",
"foxyproxy",
"foxy"
],
"repository": "https://github.com/felixbrucker/foxy-proxy.git",
"bugs": "https://github.com/felixbrucker/foxy-proxy/issues",
"license": "GPL-3.0",
"dependencies": {
"@sentry/integrations": "^6.9.0",
"@sentry/node": "^6.9.0",
"async": "^3.2.0",
"bignumber.js": "^9.0.1",
"bitmart-api": "^1.2.1",
"chalk": "^4.1.1",
"cli-table3": "^0.6.0",
"commander": "^7.2.0",
"cross-spawn": "^7.0.3",
"js-yaml": "^4.1.0",
"json-bigint": "^1.0.0",
"koa": "^2.13.1",
"koa-bodyparser": "^4.3.0",
"koa-router": "^10.0.0",
"koa-send": "^5.0.1",
"koa-static-cache": "^5.1.4",
"lodash": "^4.17.21",
"log-update": "^4.0.0",
"mkdirp": "^1.0.4",
"moment": "^2.29.1",
"nodemailer": "^6.6.2",
"pg": "^8.6.0",
"rotating-file-stream": "^2.1.5",
"semver": "^7.3.5",
"sequelize": "^6.6.5",
"socket.io": "^4.1.3",
"socket.io-client": "^4.1.3",
"sqlite3": "^5.0.2",
"superagent": "^6.1.0",
"universal-analytics": "^0.4.23",
"uuid": "^8.3.2"
},
"devDependencies": {
"npm-check-updates": "^11.8.2"
},
"bin": {
"bhd-burst-proxy": "./main.js",
"foxy-proxy": "./main.js"
},
"main": "main.js",
"scripts": {
"start": "node main.js",
"install-web": "cd app && npm ci",
"build-web": "cd app && npm run build:prod",
"audit-web": "cd app && npm audit",
"update": "ncu -u"
},
"engines": {
"node": ">= 10"
}
}