{ "name": "auto-banking", "version": "1.0.0", "main": "index.js", "license": "MIT", "dependencies": { "axios": "^1.6.3", "body-parser": "^1.20.2", "dotenv": "^16.3.1", "ejs": "^3.1.9", "express": "^4.18.2", "nodemon": "^3.0.2", "socket.io": "^4.7.2" }, "scripts": { "start": "nodemon index.js" } }