{ "name": "gravwell-online-server", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Oliver Akins", "license": "UNLICENSED", "dependencies": { "common": "link:../common", "glob": "^7.2.0", "socket.io": "^4.4.0", "toml": "^3.0.0", "tslog": "^3.3.1" }, "devDependencies": { "@types/glob": "^7.2.0" } }