mirror of
https://github.com/hex248/year.git
synced 2026-02-07 18:23:03 +00:00
12 lines
184 B
JSON
12 lines
184 B
JSON
{
|
|
"name": "my-app",
|
|
"scripts": {
|
|
"dev": "bun run --hot src/index.ts"
|
|
},
|
|
"dependencies": {
|
|
"hono": "^4.11.7"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "latest"
|
|
}
|
|
} |