feat: add webshell

This commit is contained in:
2025-03-18 21:38:06 +08:00
parent aa1cee7c9f
commit 9970efccfd
19 changed files with 2976 additions and 39 deletions

View File

@@ -11,9 +11,20 @@
"license": "MIT",
"type": "module",
"dependencies": {
"node-pty": "^1.0.0"
"args": "5.0.3",
"body-parser": "1.20.3",
"ejs": "3.1.10",
"express": "4.21.2",
"morgan": "1.10.0",
"node-pty": "^1.0.0",
"socket.io": "4.8.1"
},
"devDependencies": {
"@kevisual/types": "^0.0.6"
"@kevisual/types": "^0.0.6",
"@types/args": "^5.0.3",
"@types/body-parser": "^1.19.5",
"@types/ejs": "^3.1.5",
"@types/express": "^5.0.0",
"@types/morgan": "^1.9.9"
}
}
}