{ "name": "cabin_server", "version": "1.0.0", "description": "", "main": "server.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node server.js" }, "repository": { "type": "git", "url": "git+ssh://git@gitlab.com/totallyRonja/cabingame.git" }, "author": "", "license": "ISC", "bugs": { "url": "https://gitlab.com/totallyRonja/cabingame/issues" }, "homepage": "https://gitlab.com/totallyRonja/cabingame#readme", "dependencies": { "express": "^4.17.1" } }