{ "name": "p2p_liquiloan_script", "version": "1.0.0", "description": "", "main": "app.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "nodemon app.js" }, "repository": { "type": "git", "url": "https://git.nivesh.com:443/akhilesh.chandak/P2P_Liquiloan_Script.git" }, "author": "", "license": "ISC", "dependencies": { "axios": "^1.6.2", "cookie-parser": "^1.4.6", "crypto": "^1.0.1", "dotenv": "^16.3.1", "express": "^4.18.2", "morgan": "^1.10.0", "node-cron": "^3.0.3", "nodemon": "^3.0.2", "pug": "^3.0.2", "request": "^2.88.2", "rotating-file-stream": "^3.1.1", "sequelize": "^6.35.1", "tedious": "^16.6.1" } }