{ "name": "hbs-cve-2026-33937-lab", "version": "1.0.0", "description": "Research lab for CVE-2026-33937", "main": "server.js", "type": "commonjs", "scripts": { "start": "node server.js" }, "dependencies": { "bootstrap": "^5.3.3", "express": "^4.21.2", "express-handlebars": "^7.1.2", "handlebars": "4.7.8" } }