{ "name": "siro-stress-test", "version": "1.0.0", "description": "Stress testing suite for Siro ride-hailing services", "main": "load_test.js", "scripts": { "test": "node load_test.js", "test:multi": "node load_test.js --trips=100" }, "dependencies": { "axios": "^1.6.8", "socket.io-client": "^2.4.0", "uuid": "^9.0.1", "yargs": "^17.7.2", "dotenv": "^16.4.5" } }