ssh! и документы

This commit is contained in:
Georgiy Syralev
2025-10-12 15:20:39 +03:00
parent 141955dd46
commit 4211692312
50 changed files with 920 additions and 1333 deletions

View File

@@ -5,7 +5,7 @@
"main": "dist/index.js",
"scripts": {
"dev": "ts-node-dev --respawn --transpile-only src/index.ts",
"start": "node dist/index.js",
"start": "node dist/src/index.js",
"build": "tsc"
},
"keywords": [],
@@ -13,6 +13,8 @@
"license": "ISC",
"dependencies": {
"@prisma/client": "^6.16.2",
"@types/ssh2": "^1.15.5",
"@types/ws": "^8.18.1",
"axios": "^1.12.2",
"bcrypt": "^6.0.0",
"bcryptjs": "^2.4.3",
@@ -21,8 +23,10 @@
"express": "^4.21.2",
"jsonwebtoken": "^9.0.2",
"multer": "^2.0.2",
"nodemailer": "^6.9.16",
"socket.io": "^4.8.1"
"proxmox-api": "^1.1.1",
"ssh2": "^1.17.0",
"ws": "^8.18.3",
"xterm": "^5.3.0"
},
"devDependencies": {
"@types/bcrypt": "^6.0.0",
@@ -32,7 +36,7 @@
"@types/jsonwebtoken": "^9.0.10",
"@types/multer": "^2.0.0",
"@types/node": "^20.12.12",
"@types/nodemailer": "^6.4.17",
"@types/xterm": "^2.0.3",
"prisma": "^6.16.2",
"ts-node-dev": "^2.0.0",
"typescript": "^5.4.5"