{ "name": "@dashward/container", "version": "0.0.0", "private": true, "description": "WebKitGTK kiosk that hosts the Dashward dashboard page.", "type": "module", "scripts": { "build": "node esbuild.config.js", "dev": "node esbuild.config.js --watch" }, "devDependencies": { "@girs/gjs": "4.0.0-next.1", "@girs/gtk-3.0": "3.24.0-next.1", "@girs/webkit2-4.1": "4.1.0-next.1" } }