flaks
Version:
reverse http/https proxy optimized for edge/outgoing traffic
59 lines (58 loc) • 1.49 kB
JSON
{
"name": "flaks",
"description": "reverse http/https proxy optimized for edge/outgoing traffic",
"version": "1.2.0",
"keywords": [
"proxy",
"reverse",
"http",
"HA"
],
"homepage": "https://codeberg.org/pepmartinez/flaks",
"bugs": {
"url": "https://codeberg.org/pepmartinez/flaks/issues",
"email": "pep.martinez@gmail.com"
},
"repository": {
"type": "git",
"url": "https://codeberg.org/pepmartinez/flaks.git"
},
"author": {
"name": "Jose Luis Martinez Juan",
"email": "pep.martinez@gmail.com"
},
"license": "MIT",
"dependencies": {
"@pepmartinez/http-proxy": "~1.18.2",
"@promster/express": "~15.5.1",
"async": "~3.2.6",
"body-parser": "~1.20.2",
"cascade-config": "~1.9.1",
"CBuffer": "~2.2.0",
"chance": "~1.1.13",
"debug": "~4.4.3",
"express": "~5.2.1",
"http-shutdown": "~1.2.2",
"into-stream": "~6.0.0",
"lodash": "~4.18.1",
"morgan": "~1.10.1",
"prom-client": "~15.1.3",
"simple-get": "~4.0.1",
"uuid": "11.1.1",
"winston": "~3.6.0",
"winston-log-space": "~1.1.1"
},
"devDependencies": {
"mocha": "~11.7.6",
"should": "~13.2.3",
"supertest": "~7.2.2",
"nyc": "~18.0.0"
},
"bin": {
"flaks": "./index.js"
},
"scripts": {
"test": "mocha --reporter spec --no-timeouts --exit --bail test/",
"test-with-coverage": "nyc --reporter=text --reporter=html -- mocha --reporter spec --no-timeouts --exit test/"
}
}