File size: 407 Bytes
056d297 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | {
"name": "web-terminal",
"version": "1.0.0",
"type": "module",
"scripts": {
"start": "node app.js"
},
"dependencies": {
"bcrypt": "^5.1.0",
"dotenv": "^16.6.1",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-session": "^1.17.3",
"helmet": "^7.0.0",
"node-os-utils": "^1.3.7",
"node-pty": "^1.1.0-beta28",
"os": "^0.1.2",
"socket.io": "^4.7.2"
}
}
|