This commit is contained in:
jpmvaz
2026-09-13 20:10:17 +01:00
parent 9b5cc30fb4
commit b192fb3f17
482 changed files with 0 additions and 48205 deletions
+26
View File
@@ -0,0 +1,26 @@
{
"name": "martinhal-datahub",
"version": "2.3.0",
"description": "Martinhal IT - Self-hosted secure data access & approval portal",
"author": "Joao Vaz",
"license": "MIT",
"type": "commonjs",
"main": "server.js",
"scripts": {
"start": "node server.js",
"init": "node init-db.js"
},
"dependencies": {
"bcryptjs": "^2.4.3",
"better-sqlite3": "^11.3.0",
"better-sqlite3-session-store": "^0.1.0",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"express-session": "^1.18.0",
"imapflow": "^1.5.0",
"multer": "^2.2.0",
"nodemailer": "^6.9.14",
"qrcode": "^1.5.4",
"speakeasy": "^2.0.0"
}
}