Files
oneuptime/common-server/package.json
Nawaz Dhandala bfa53c96ae fix dockerfiles
2022-01-19 12:23:34 +00:00

17 lines
387 B
JSON

{
"name": "common-server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"winston": "^3.4.0",
"winston-logstash-transport": "^2.0.0",
"winston-slack-webhook-transport": "^2.1.0"
}
}