Files
robot-shop/user/package.json
2021-08-31 12:01:55 +01:00

22 lines
498 B
JSON

{
"name": "user",
"version": "1.0.0",
"description": "user REST API",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "SteveW",
"license": "Apache-2.0",
"dependencies": {
"body-parser": "^1.18.1",
"express": "^4.15.4",
"mongodb": "^3.5.3",
"redis": "^2.8.0",
"pino": "^5.10.8",
"express-pino-logger": "^4.0.0",
"pino-pretty": "^2.5.0",
"@instana/collector": "^1.132.2"
}
}