{ "name": "nodejs", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "@types/node": "^18.0.6", "dotenv": "^16.0.1", "node-fetch": "^3.2.6", "pathfinding": "^0.4.18", "socket.io-client": "^4.5.1" } }