{ "name": "ahurac-homepage", "type": "module", "version": "1.0.0", "scripts": { "dev": "astro dev", "start": "astro dev", "build": "astro check && astro build", "preview": "astro preview", "astro": "astro" }, "dependencies": { "@astrojs/check": "^0.3.2", "astro": "^4.0.4", "typescript": "^5.3.3" } }