{ "name": "explorer_server", "version": "1.0.0", "description": "", "main": "index.js", "type": "module", "scripts": { "wallet": "node ./dev_quick_run/windows_entry.js", "dev": "nodemon server.js", "start": "node server.js" }, "author": "", "license": "ISC", "dependencies": { "axios": "^1.5.1", "bignumber.js": "^9.1.2", "concurrently": "^8.2.2", "dotenv": "^16.4.5", "express": "^4.19.2", "node-fetch": "^2.6.5", "nodemon": "^3.0.1", "pg": "^8.11.3", "sequelize": "^6.37.3", "socket.io": "^4.7.2" } }