Files
2024-12-15 12:27:02 -05:00

20 lines
396 B
JSON

{
"name": "webtoconsole",
"version": "1.0.0",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@xterm/addon-fit": "^0.10.0",
"@xterm/xterm": "^5.5.0",
"express": "^4.21.2",
"express-ws": "^5.0.2",
"node-pty": "^1.0.0"
},
"type": "module"
}