{ "name": "websostenible", "type": "module", "version": "0.1.3", "scripts": { "dev": "astro dev", "devhost": "astro dev --host", "start": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro" }, "dependencies": { "@astrojs/mdx": "^3.1.8", "@astrojs/sitemap": "^3.2.1", "astro": "^4.16.3" } }