File size: 417 Bytes
34e868f | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | {
"name": "nim-omniroute-gateway-gate",
"version": "1.0.0",
"private": true,
"description": "External authentication and proxy gate for OmniRoute in the NIM OmniRoute Gateway deployment.",
"type": "commonjs",
"main": "gate.js",
"scripts": {
"start": "node gate.js"
},
"dependencies": {
"express": "^4.18.3",
"http-proxy-middleware": "^3.0.3"
},
"engines": {
"node": ">=20"
}
}
|