Files
loot-hunt/package.json
Mike Johnston 4255d95c68
Some checks failed
Build Images and Deploy / Update-PROD-Stack (push) Failing after 14s
first commit
2026-02-28 00:01:41 -05:00

24 lines
537 B
JSON

{
"name": "loot-hunt",
"version": "1.0.0",
"description": "Digital treasure hunt ARG - find and scan hidden QR codes to earn points",
"main": "src/app.js",
"scripts": {
"start": "node src/app.js",
"dev": "nodemon src/app.js"
},
"dependencies": {
"bcryptjs": "^2.4.3",
"ejs": "^3.1.10",
"express": "^4.21.1",
"express-session": "^1.18.1",
"multer": "^1.4.5-lts.1",
"pdfkit": "^0.16.0",
"qrcode": "^1.5.4",
"sql.js": "^1.11.0"
},
"devDependencies": {
"nodemon": "^3.1.7"
}
}