{ "name": "appname", "version": "0.0.1", "description": "description", "author": "Alexis Hovorka ", "license": "MIT", "main": "app.js", "scripts": { "start": "node app.js" }, "repository": { "type": "git", "url": "" }, "private": true, "dependencies": { "ws": "^7.1.0" } }