{ "name": "transportinterface", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc", "start": "node dist/index.js" }, "author": "", "license": "ISC", "devDependencies": { "@types/express": "^5.0.0", "@types/node": "^22.7.4", "typescript": "^5.6.2" }, "dependencies": { "express": "^4.21.0", "rxjs": "^7.8.1", "socket.io": "^4.8.0", "socket.io-client": "^4.8.0", "uuid": "^10.0.0" } }