Initial commit

This commit is contained in:
2026-06-29 20:14:06 +02:00
commit e0488f8081
21 changed files with 1840 additions and 0 deletions
+32
View File
@@ -0,0 +1,32 @@
{
"name": "lnx-connect",
"version": "1.0.0",
"description": "LNX-Connect is a complete backend ecosystem for LupiNex Media infrastructure",
"keywords": [
"backend",
"infrastructure",
"ecosystem",
"controller"
],
"repository": {
"type": "git",
"url": "gitea:LupinexMedia/LNX-Connect.git"
},
"license": "UNLICENSED",
"author": "LupiNex Media",
"type": "commonjs",
"main": "index.js",
"scripts": {
"test": "nodemon index.js"
},
"dependencies": {
"crypto": "^1.0.1",
"dotenv": "^17.4.2",
"ejs": "^6.0.1",
"express": "^5.2.1",
"fs": "^0.0.1-security",
"http": "^0.0.1-security",
"path": "^0.12.7",
"ws": "^8.21.0"
}
}