{ "name": "bztmon-site", "type": "module", "version": "0.0.1", "engines": { "node": ">=22.12.0" }, "scripts": { "dev": "astro dev", "build": "astro build", "preview": "astro preview", "check": "astro check", "gen:og": "node scripts/gen-og.mjs", "astro": "astro" }, "dependencies": { "@tailwindcss/vite": "^4.3.1", "astro": "^6.4.7", "tailwindcss": "^4.3.1" }, "devDependencies": { "@astrojs/check": "^0.9.9", "@types/node": "^25.9.3", "typescript": "^6.0.3" } }