{ "name": "personal-site", "type": "module", "version": "0.0.1", "scripts": { "dev": "astro dev --port 3000", "build": "astro build", "preview": "astro preview", "astro": "astro", "cleanup": "prettier . --write --check" }, "dependencies": { "@astrojs/rss": "^4.0.13", "astro": "^5.15.1" }, "devDependencies": { "prettier": "3.6.2", "prettier-plugin-astro": "0.14.1" } }