DocSpace-buildtools/common/ASC.UrlShortener/package.json

24 lines
623 B
JSON

{
"name": "urlshortener-service",
"version": "1.0.0",
"description": "A service which makes short url and handles redirections.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@aws-sdk/client-cloudwatch-logs": "^3.199.0",
"co": "^4.6.0",
"cookie-parser": "^1.4.3",
"date-and-time": "^2.4.1",
"express": "^4.16.3",
"moment": "^2.22.2",
"mysql2": "^2.1.0",
"nconf": "^0.10.0",
"request": "^2.88.0",
"winston": "^3.8.2",
"winston-cloudwatch": "^6.1.1",
"winston-daily-rotate-file": "^4.5.5"
}
}