{ "name": "mcmqtt-docs", "type": "module", "version": "1.0.0", "scripts": { "dev": "astro dev", "start": "astro dev", "build": "astro check && astro build", "preview": "astro preview", "astro": "astro" }, "dependencies": { "@astrojs/check": "^0.9.0", "@astrojs/starlight": "^0.28.6", "@astrojs/alpinejs": "^0.4.0", "astro": "^4.15.0", "alpinejs": "^3.14.1", "sharp": "^0.33.0", "typescript": "^5.6.0" }, "devDependencies": { "@types/alpinejs": "^3.13.0" } }