Shellular / package.json
Mega-333-Evolutions
Wipe old project and upload new GitHub repo
04d40ec
Raw
History Blame Contribute Delete
411 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",
"build": "mkdir -p dist && echo hello > dist/index.html"
},
"dependencies": {
"express": "^4.19.2"
},
"engines": {
"node": ">=20"
}
}