{ "name": "websostenible", "type": "module", "version": "0.0.5", "scripts": { "dev": "astro dev", "devhost": "astro dev --host", "start": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro" }, "dependencies": { "@astrojs/mdx": "^3.1.7", "@astrojs/svelte": "^5.7.1", "astro": "^4.15.9", "svelte": "^4.2.19" } }