12 lines
167 B
JSON
12 lines
167 B
JSON
|
{
|
||
|
"scripts": {
|
||
|
"start": "bun run --watch src/index.ts"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"hono": "^3.5.4"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"bun-types": "^0.6.2"
|
||
|
}
|
||
|
}
|