{ "name": "astro6-simple", "type": "module", "scripts": { "dev": "astro dev --host 0.0.0.0", "build": "astro build", "preview": "astro preview" }, "dependencies": { "astro": "^6.1.7" } }