leeminwaan/nodejs1
0
1{2 "name": "src",3 "version": "1.0.0",4 "description": "",5 "main": "index.js",6 "scripts": {7 "test": "echo \"Error: no test specified\" && exit 1"8 },9 "keywords": [],10 "author": "",11 "license": "ISC",12 "dependencies": {13 "@sentry/node": "^7.105.0",14 "@sentry/profiling-node": "^7.105.0",15 "axios": "^1.7.2",16 "cors": "^2.8.5",17 "dotenv": "^16.4.5",18 "express": "^4.18.3",19 "ioredis": "^5.3.2",20 "ioredis-cache": "^2.0.1",21 "winston": "^3.12.0",22 "node-fetch": "^2.7.0"23 }24}25 