{ "name": "static", "type": "module", "version": "0.0.1", "scripts": { "dev": "astro dev", "build": "astro build", "preview": "astro preview", "start": "npx serve@latest dist", "astro": "astro" }, "dependencies": { "astro": "^5.16.4" } }