omn / gate /package.json
noxke's picture
Create package.json
34e868f verified
Raw
History Blame Contribute Delete
417 Bytes
{
"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"
}
}