{ "name": "ryans-blog", "private": true, "type": "module", "scripts": { "dev": "astro dev", "build": "astro check && astro build", "preview": "astro preview", "check": "astro check" }, "engines": { "node": ">=22.12.0" }, "devDependencies": { "@astrojs/check": "^0.9.4", "astro": "^6.4.6", "typescript": "^5.9.3" } }