{ "name": "srjuggernaut_dev", "type": "module", "version": "0.0.1", "scripts": { "dev": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro", "prepare": "bun .husky/install.mts" }, "dependencies": { "astro": "^5.17.1" }, "devDependencies": { "@biomejs/biome": "2.3.13", "@commitlint/cli": "^20.4.1", "@commitlint/config-conventional": "^20.4.1", "husky": "^9.1.7" } }