howl/package.json
2025-11-29 13:50:17 -08:00

18 lines
315 B
JSON

{
"name": "howl",
"module": "index.tsx",
"type": "module",
"scripts": {
"dev": "bun run --hot test/server.tsx"
},
"devDependencies": {
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5"
},
"dependencies": {
"hono": "^4.10.7",
"lucide-static": "^0.555.0"
}
}