Files
loot-hunt/package.json
Mike Johnston 5e7ef9d727
All checks were successful
Build Images and Deploy / Update-PROD-Stack (push) Successful in 20s
tests work lets use npm instead
2026-04-05 21:31:50 -04:00

27 lines
630 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-rate-limit": "^7.4.0",
"express-session": "^1.18.1",
"express-validator": "^7.0.1",
"jsqr": "^1.4.0",
"multer": "^1.4.5-lts.1",
"pdfkit": "^0.16.0",
"qrcode": "^1.5.4",
"sql.js": "^1.11.0"
},
"devDependencies": {
"nodemon": "^3.1.7"
}
}