mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
14 lines
240 B
JSON
14 lines
240 B
JSON
{
|
|
"version": "1.0.4",
|
|
"name": "@bun-examples/hono",
|
|
"devDependencies": {
|
|
"bun-types": "latest"
|
|
},
|
|
"dependencies": {
|
|
"hono": "^2.0.0"
|
|
},
|
|
"scripts": {
|
|
"start": "bun run src/index.ts"
|
|
},
|
|
"module": "src/index.js"
|
|
} |