{ "name": "personal-homepage", "private": true, "type": "module", "version": "0.1.0", "engines": { "node": ">=22.12.0" }, "scripts": { "dev": "astro dev", "assets:sync": "node --env-file-if-exists=.env --experimental-strip-types ./scripts/sync-static-assets.ts", "content:sync": "node --env-file-if-exists=.env --experimental-strip-types ./scripts/sync-content.ts", "build": "astro build", "rebuild": "node --env-file-if-exists=.env --experimental-strip-types ./scripts/rebuild.ts", "preview": "astro preview", "astro": "astro" }, "dependencies": { "astro": "^6.2.1", "zod": "^4.4.3" } }