{ "name": "blog", "type": "module", "version": "0.0.1", "scripts": { "dev": "astro dev", "start": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro" }, "dependencies": { "@astrojs/rss": "^2.1.1", "astro": "^2.0.11", "md5": "^2.3.0", "rehype": "^12.0.1", "unist-util-visit": "^4.1.2" } }