{ "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": "^7.0.5", "@astrojs/rss": "^4.0.19", "@astrojs/sitemap": "^3.7.3", "astro": "^7.1.6" }, "devDependencies": { "@types/node": "^26.1.2" } }