Files
ISDSS---Internal-Survailanc…/package.json
T

27 lines
654 B
JSON
Raw Normal View History

2026-09-13 20:12:28 +01:00
{
"name": "martinhal-datahub",
"version": "1.5.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"
}
}