1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
{ "name": "matthew-kosarek-xyz", "type": "module", "scripts": { "dev": "astro dev", "build": "astro build", "preview": "astro preview" }, "dependencies": { "@astrojs/rss": "^4.0.17", "@astrojs/sitemap": "^3.7.1", "astro": "^5", "marked": "^17.0.4" } }