howl/package.json
2025-11-29 22:44:51 -08:00

19 lines
347 B
JSON

{
"name": "howl",
"module": "index.tsx",
"type": "module",
"exports": "./src/index.tsx",
"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"
}
}