{ "name": "genqbar", "type": "module", "version": "0.0.1", "engines": { "node": ">=22.12.0" }, "scripts": { "dev": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro" }, "dependencies": { "astro": "^6.4.3", "jsbarcode": "^3.12.3", "qrcode": "^1.5.4" }, "devDependencies": { "@astrojs/check": "^0.9.9", "@playwright/test": "^1.60.0", "@types/jsbarcode": "^3.11.4", "@types/qrcode": "^1.5.6", "typescript": "^6.0.3" } }