{ "name": "hubproxy-docs", "private": true, "type": "module", "packageManager": "npm@11.12.1", "engines": { "node": ">=24" }, "scripts": { "dev": "astro dev", "build": "astro build", "preview": "astro preview" }, "dependencies": { "@astrojs/starlight": "^0.41.3", "astro": "^7.0.7", "sharp": "^0.34.5" } }