{ "name": "luhost", "version": "1.0.0", "description": "LuHost - A modern web interface for Luanti (Minetest) server management with ContentDB integration", "main": "app.js", "scripts": { "start": "node app.js", "dev": "nodemon app.js" }, "keywords": [ "luhost", "luanti", "minetest", "server", "management", "web", "contentdb", "admin" ], "author": "", "license": "MIT", "dependencies": { "archiver": "^6.0.1", "axios": "^1.6.2", "bcrypt": "^5.1.1", "chokidar": "^3.5.3", "compression": "^1.7.4", "connect-sqlite3": "^0.9.13", "cors": "^2.8.5", "csurf": "^1.11.0", "ejs": "^3.1.9", "express": "^4.18.2", "express-rate-limit": "^7.1.5", "express-session": "^1.17.3", "helmet": "^7.1.0", "multer": "^1.4.5-lts.1", "socket.io": "^4.7.4", "sqlite3": "^5.1.6", "yauzl": "^2.10.0" }, "devDependencies": { "nodemon": "^3.0.2" } }