{ "name": "wsAudioServer", "version": "1.0.0", "description": "", "main": "server.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "Eric Nam", "license": "ISC", "dependencies": { "express": "^4.18.2", "ws": "^7.4.6" } }