Files
robot-shop/cart/package.json
2020-06-23 10:18:29 +01:00

23 lines
530 B
JSON

{
"name": "cart",
"version": "1.0.0",
"description": "cart 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",
"redis": "^2.8.0",
"request": "^2.88.2",
"pino": "^5.10.8",
"express-pino-logger": "^4.0.0",
"pino-pretty": "^2.5.0",
"@instana/collector": "^1.98.1",
"prom-client": "^11.5.3"
}
}