{ "name": "@dashward/extension", "version": "0.0.0", "private": true, "description": "GNOME Shell extension that creates and guards the Dashward workspace.", "type": "module", "scripts": { "build": "node esbuild.config.js", "dev": "node esbuild.config.js --watch" }, "devDependencies": { "@girs/gnome-shell": "^50.0.0", "@girs/meta-16": "^16.0.0-4.0.0", "@girs/gtk-3.0": "^3.24.53-4.0.0", "@girs/gio-2.0": "^2.88.0-4.0.0", "@girs/glib-2.0": "^2.88.0-4.0.0", "@girs/gobject-2.0": "^2.88.0-4.0.0" } }