{ "name": "personal-homepage", "private": true, "type": "module", "version": "0.1.0", "engines": { "node": ">=22.12.0" }, "scripts": { "dev": "astro dev", "content:sync": "node --experimental-strip-types ./scripts/sync-content.ts", "build": "astro build", "rebuild": "npm run content:sync && npm run build", "preview": "astro preview", "astro": "astro" }, "dependencies": { "astro": "^6.2.1" } }