{ "name": "list-screen", "version": "1.0.0", "description": "Interactive list editor during a presentation", "main": "server.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Tom Smeding", "license": "MIT", "dependencies": { "express": "^4.18.1", "socket.io": "^4.5.1" } }