Files
bun.sh/examples/hono/package.json
2022-07-12 03:09:15 -07:00

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