21 lines
454 B
JSON
21 lines
454 B
JSON
{
|
|
"name": "spd-app-andygrace",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@elastic/ecs-winston-format": "^1.1.0",
|
|
"amqplib": "^0.8.0",
|
|
"express": "^4.17.1",
|
|
"express-winston": "^4.1.0",
|
|
"http-status-codes": "^2.1.4",
|
|
"node-fetch": "^2.6.1",
|
|
"winston": "^3.2.1"
|
|
}
|
|
}
|