{
  "name": "flaks",
  "description": "reverse http/https proxy optimized for edge/outgoing traffic",
  "version": "1.1.12",
  "keywords": [
    "proxy",
    "reverse",
    "http",
    "HA"
  ],
  "homepage": "https://github.com/pepmartinez/flaks",
  "bugs": {
    "url": "https://github.com/pepmartinez/flaks/issues",
    "email": "pep.martinez@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/pepmartinez/flaks.git"
  },
  "author": {
    "name": "Jose Luis Martinez Juan",
    "email": "pep.martinez@gmail.com"
  },
  "license": "GPL-3.0",
  "dependencies": {
    "@pepmartinez/http-proxy": "~1.18.2",
    "@promster/express": "~15.3.1",
    "async": "~3.2.6",
    "body-parser": "~1.20.2",
    "cascade-config": "~1.8.1",
    "CBuffer": "~2.2.0",
    "chance": "~1.1.12",
    "debug": "~4.4.0",
    "express": "~4.21.2",
    "express-request-id": "~1.4.1",
    "http-shutdown": "~1.2.2",
    "into-stream": "~6.0.0",
    "lodash": "~4.17.21",
    "morgan": "~1.10.0",
    "prom-client": "~15.1.3",
    "simple-get": "~4.0.1",
    "winston": "~3.6.0",
    "winston-log-space": "~1.1.1"
  },
  "devDependencies": {
    "mocha": "~10.4.0",
    "should": "~13.2.3",
    "supertest": "~7.0.0"
  },
  "bin": {
    "flaks": "./index.js"
  },
  "scripts": {
    "test": "mocha --reporter spec --no-timeouts --exit test/",
    "test-with-coverage": "nyc --reporter=text -- mocha --reporter spec --no-timeouts --exit test/"
  }
}
