{
  "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.7.1",
    "@sentry/node": "^6.7.1",
    "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.2",
    "socket.io": "^4.1.2",
    "socket.io-client": "^4.1.2",
    "sqlite3": "^5.0.2",
    "superagent": "^6.1.0",
    "universal-analytics": "^0.4.23",
    "uuid": "^8.3.2"
  },
  "devDependencies": {
    "npm-check-updates": "^11.7.1"
  },
  "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"
  }
}
