fast-gateway
Version:
A Node.js API Gateway for the masses!
68 lines (67 loc) • 1.68 kB
JSON
{
"name": "fast-gateway",
"version": "4.2.0",
"description": "A Node.js API Gateway for the masses!",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "nyc mocha test/*.test.js",
"format": "npx standard --fix",
"lint": "npx standard",
"ws-bench": "npx artillery run benchmark/websocket/artillery-perf1.yml"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jkyberneees/fast-gateway.git"
},
"keywords": [
"fast",
"http",
"proxy",
"api",
"gateway"
],
"author": "Rolando Santamaria Maso <kyberneees@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jkyberneees/fast-gateway/issues"
},
"homepage": "https://github.com/jkyberneees/fast-gateway#readme",
"dependencies": {
"fast-proxy-lite": "^1.1.2",
"http-cache-middleware": "^1.4.1",
"micromatch": "^4.0.8",
"restana": "^5.0.0",
"stream-to-array": "^2.3.0"
},
"files": [
"lib/",
"index.js",
"index.d.ts",
"README.md",
"LICENSE"
],
"devDependencies": {
"@types/node": "^22.13.11",
"@types/express": "^5.0.0",
"artillery": "^2.0.21",
"aws-sdk": "^2.1691.0",
"chai": "^4.5.0",
"consistent-hash": "^1.2.2",
"cors": "^2.8.5",
"express": "^5.0.1",
"express-jwt": "^7.7.8",
"express-rate-limit": "^6.11.2",
"faye-websocket": "^0.11.4",
"fg-multiple-hooks": "^1.3.0",
"helmet": "^7.2.0",
"http-lambda-proxy": "^1.1.4",
"load-balancers": "^1.3.52",
"mocha": "^10.8.2",
"nyc": "^17.1.0",
"pem": "^1.14.8",
"request-ip": "^3.3.0",
"response-time": "^2.3.3",
"supertest": "^7.0.0"
}
}