Files
bun.sh/examples/hono/package.json
Yusuke Wada 7896361084 chores(examples/hono): Refine Hono example (#773)
* fixed path

* add favicon

* Correct version: `^2.0.0`

* remove wiptest command
2022-07-24 22:51:41 +02:00

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"
}