{ "name": "bunhtml", "module": "index.ts", "type": "module", "scripts": { "build": "bun run build.ts", "start": "bun run ." }, "devDependencies": { "@biomejs/biome": "1.9.4", "@types/bun": "latest" }, "peerDependencies": { "typescript": "^5.0.0" }, "dependencies": { "lucide-preact": "^0.473.0", "lucide-static": "^0.473.0", "modern-normalize": "^3.0.1", "preact": "^10.25.4", "react": "npm:@preact/compat", "react-dom": "npm:@preact/compat", "react-icons": "^5.4.0" }, "trustedDependencies": [ "@biomejs/biome" ] }