{
  "name": "Proxy Server",
  "version": "1.0.0",
  "description": "",
  "main": "server.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "node built/index.js",
    "build": "esbuild server.js --platform=node --bundle --minify --outfile=built/index.js",
    "dev": "nodemon server.js"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "axios": "^0.21.1",
    "basic-auth": "^2.0.1",
    "body-parser": "^1.19.0",
    "bull": "^3.29.2",
    "bull-board": "^2.1.3",
    "compression": "^1.7.4",
    "cpulimit": "^1.1.4",
    "express": "^4.17.1",
    "express-status-monitor": "^1.3.3",
    "fs": "0.0.1-security",
    "googleapis": "^80.1.0",
    "morgan": "^1.10.0",
    "multer": "^1.4.3",
    "mysql2": "^2.3.0",
    "nodemon": "^2.0.14",
    "redis": "^3.1.2",
    "rtail": "^0.2.1",
    "sequelize": "^6.6.5",
    "utf8": "^3.0.0",
    "uuid": "^8.3.2",
    "visitor-info": "^0.5.0"
  }
}
