{ "name": "nodejs", "version": "1.0.0", "description": "", "main": "app.js", "scripts": { "test": "node app.js" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "compression": "^1.7.4", "express": "^4.17.1", "lru-cache": "^6.0.0", "node-fetch": "^2.6.1", "winston": "^3.3.3", "winston-daily-rotate-file": "^5.0.0" } }