26 lines
590 B
JSON
26 lines
590 B
JSON
{
|
|
"name": "spd-app-gateway",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"express": "^4.17.1",
|
|
"express-http-proxy": "^1.5.1",
|
|
"http-status-codes": "^2.1.4",
|
|
"kgo": "^4.0.3",
|
|
"uuid": "^8.3.1",
|
|
"@elastic/ecs-winston-format": "^1.1.0",
|
|
"amqplib": "^0.8.0",
|
|
"express-winston": "^4.1.0",
|
|
"node-fetch": "^2.6.1",
|
|
"winston": "^3.2.1"
|
|
},
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "node app/index.js"
|
|
},
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|