howl/package.json

20 lines
404 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",
"hono": "^4.10.7"
},
"peerDependencies": {
"typescript": "^5"
},
"dependencies": {
"forge": "git+https://git.nose.space/defunkt/forge",
"lucide-static": "^0.555.0"
}
}