{ "name": "ahurac-homepage", "type": "module", "version": "2.1.1", "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" } }