{ "name": "jackrabbits-gay", "type": "module", "version": "0.0.1", "engines": { "node": ">=24", "npm": ">=11" }, "scripts": { "dev": "astro dev", "build": "npm run astro:build", "astro:build": "astro build", "clean-dist": "rm -rf .astro dist", "preview": "astro preview", "astro": "astro" }, "dependencies": { "@astrojs/mdx": "^5.0.3", "@astrojs/rss": "^4.0.18", "@astrojs/sitemap": "^3.7.2", "astro": "^6.1.3", "better-auth": "^1.5.5", "decap-cms-app": "^3.10.1", "sharp": "^0.34.3" }, "devDependencies": { "@types/node": "^25.2.1", "astro-compress": "2.3.9" } }