{
"name": "bunhtml",
"module": "index.ts",
"type": "module",
"scripts": {
"build": "NOWATCH=1 bun .",
"start": "bun ."
},
"devDependencies": {
"@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"
}
}