{ "name": "nixi-web", "type": "module", "version": "0.0.1", "scripts": { "dev": "bunx --bun astro dev", "build": "bunx --bun astro build", "preview": "bunx --bun astro preview", "astro": "bunx --bun astro", "test": "vitest run", "test:watch": "vitest", "test:ui": "vitest --ui" }, "dependencies": { "@astrojs/node": "^9.3.1", "astro": "^5.12.6" }, "devDependencies": { "@biomejs/biome": "2.1.3", "@testing-library/dom": "^10.4.1", "@types/bun": "^1.2.19", "@vitest/ui": "^3.2.4", "happy-dom": "^18.0.1", "vitest": "^3.2.4" } }