webpty / package.json
Ditzzy AF
First Commmit
056d297
raw
history blame contribute delete
407 Bytes
{
"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"
}
}