Files
robot-shop/user/package.json
2020-06-07 12:54:58 +02:00

23 lines
509 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",
"express-pino-logger": "^4.0.0",
"instana-nodejs-sensor": "^1.28.0",
"mathjs": "^6.6.4",
"mongodb": "^2.2.33",
"pino": "^5.10.8",
"pino-pretty": "^2.5.0",
"redis": "^2.8.0"
}
}