{ "name": "my-website", "type": "module", "version": "0.0.1", "scripts": { "dev": "astro dev", "start": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro" }, "dependencies": { "@astrojs/mdx": "^0.19.0", "@astrojs/rss": "^2.3.2", "@astrojs/sitemap": "^1.2.2", "astro": "^3.0.0" } }