{ "name": "blitzchat", "version": "0.0.1", "description": "Web Chat fast like a Blitz", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exi", "start": "node index.js & node chatSocket.js" }, "repository": { "type": "git", "url": "git+ssh://git@gitlab.com/berufsschul-ae/blitzchat.git" }, "author": "", "license": "MIT", "bugs": { "url": "https://gitlab.com/berufsschul-ae/blitzchat/issues" }, "homepage": "https://gitlab.com/berufsschul-ae/blitzchat#readme", "dependencies": { "express": "^4.17.1", "ws": "^7.2.0" } }