vps / package.json
akenomainx4's picture
Initial upload: Shellular Web UI + keep-alive service
6d92394 verified
raw
history blame contribute delete
349 Bytes
{
"name": "shellular-web",
"version": "1.0.0",
"description": "Web UI for Shellular — scan QR code to connect your VPS remotely",
"type": "module",
"main": "app.js",
"scripts": {
"start": "node app.js",
"dev": "node --watch app.js"
},
"dependencies": {
"express": "^4.19.2"
},
"engines": {
"node": ">=20"
}
}