15 lines
287 B
JSON
15 lines
287 B
JSON
{
|
|
"name": "dockyfied",
|
|
"scripts": {
|
|
"dev": "bun run --watch src/index.tsx",
|
|
"build": "bun build src/index.tsx --outdir ./build --splitting"
|
|
},
|
|
"dependencies": {
|
|
"hono": "^4.7.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "latest",
|
|
"typed-htmx": "^0.3.1"
|
|
}
|
|
}
|