{ "name": "snapdrop", "version": "1.0.0", "description": "", "main": "server.js", "scripts": { "start": "node server.js", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC", "dependencies": { "ua-parser-js": "^0.7.24", "unique-names-generator": "^4.3.0", "express": "^4.17.1", "serve-static": "^1.14.1", "concurrently": "^6.2.0", "ws": "^7.4.6" } }