{ "name": "web-terminal", "version": "1.0.0", "description": "Web-based Ubuntu terminal for Hugging Face Spaces", "main": "server.js", "scripts": { "start": "node server.js" }, "dependencies": { "express": "^4.18.2", "ws": "^8.16.0", "node-pty": "^1.0.0", "cookie-parser": "^1.4.6" } }