File size: 321 Bytes
edf19cc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "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"
  }
}