{ "name": "lupinex-connect", "version": "1.0.0", "description": "LupiNex-Connect - a complete backend ecosystem for the LupiNex Media infrastructure", "keywords": [ "backend", "infrastructure", "ecosystem", "controller", "database" ], "repository": { "type": "git", "url": "gitea:LupinexMedia/LupiNex-Connect.git" }, "license": "UNLICENSED", "author": "LupiNex Media", "type": "module", "main": "index.js", "scripts": { "test": "nodemon index.js" }, "dependencies": { "dotenv": "^17.4.2", "ejs": "^6.0.1", "express": "^5.2.1", "fs": "^0.0.1-security", "http": "^0.0.1-security", "mariadb": "^3.5.3", "path": "^0.12.7", "socket.io": "^4.8.3", "url": "^0.11.4" } }