2024-12-14 22:55:58 -05:00
|
|
|
{
|
|
|
|
|
"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",
|
2024-12-15 12:16:42 -05:00
|
|
|
"authenticate-pam": "^1.0.5",
|
2024-12-14 22:55:58 -05:00
|
|
|
"express": "^4.21.2",
|
|
|
|
|
"express-session": "^1.18.1",
|
|
|
|
|
"express-ws": "^5.0.2",
|
2024-12-15 12:16:42 -05:00
|
|
|
"node-pty": "^1.0.0",
|
|
|
|
|
"passport": "^0.7.0",
|
|
|
|
|
"passport-local": "^1.0.0"
|
2024-12-14 22:55:58 -05:00
|
|
|
},
|
|
|
|
|
"type": "module"
|
|
|
|
|
}
|