Template
14 lines
305 B
JSON
14 lines
305 B
JSON
{
|
|
"name": "hono-bundle-template",
|
|
"scripts": {
|
|
"dev": "bun run --hot src/index.ts",
|
|
"bundle": "bun build ./src/index.ts --outdir ./dist --bundle --target browser --minify --format=esm"
|
|
},
|
|
"dependencies": {
|
|
"hono": "^4.13.5"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "latest"
|
|
}
|
|
}
|