robaertschi.xyz/package.json
2025-02-13 15:20:52 +01:00

14 lines
218 B
JSON

{
"name": "dockyfied",
"scripts": {
"dev": "bun run --watch src/index.tsx"
},
"dependencies": {
"hono": "^4.7.1"
},
"devDependencies": {
"@types/bun": "latest",
"typed-htmx": "^0.3.1"
}
}