{ "name": "gtavi", "version": "1.0.0", "description": "", "main": "server.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node server.js" }, "author": "killian marty", "license": "ISC", "dependencies": { "express": "^4.18.2", "socket.io": "^4.7.2", "ws": "^8.14.2" } }