{ "name": "pale-point", "type": "module", "version": "0.0.1", "scripts": { "dev": "astro dev", "start": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro" }, "dependencies": { "@astrojs/netlify": "^6.2.5", "@astrojs/starlight": "^0.33.0", "astro": "^5.6.1", "sharp": "^0.32.5" } }