Files
webterm/package.json

19 lines
369 B
JSON

{
"name": "webterm",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@xterm/addon-fit": "^0.10.0",
"@xterm/xterm": "^5.5.0",
"express": "^4.21.2",
"socket.io": "^4.8.1",
"ssh2": "^1.16.0"
}
}