{ "name": "snapdrop", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "start": "node index.js public", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC", "dependencies": { "express": "^4.18.2", "express-rate-limit": "^6.7.0", "ua-parser-js": "^0.7.24", "unique-names-generator": "^4.3.0", "ws": "^7.4.6" }, "engines": { "node": ">=15" } }