mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 19:08:50 +00:00
15 lines
240 B
JSON
15 lines
240 B
JSON
{
|
|
"version": "1.0.0",
|
|
"name": "@bun-examples/hono",
|
|
"main": "src/index.js",
|
|
"devDependencies": {
|
|
"bun-types": "^0.0.83"
|
|
},
|
|
"dependencies": {
|
|
"hono": "^1.6.4"
|
|
},
|
|
"scripts": {
|
|
"start": "bun run src/index.ts"
|
|
}
|
|
}
|