mirror of
https://github.com/System-End/haxmas-day-4.git
synced 2026-04-19 15:18:22 +00:00
15 lines
No EOL
275 B
JSON
15 lines
No EOL
275 B
JSON
{
|
|
"name": "haxmas-day-4",
|
|
"scripts": {
|
|
"dev": "bun run --hot src/index.ts"
|
|
},
|
|
"dependencies": {
|
|
"dotenv": "^17.2.3",
|
|
"drizzle-orm": "^0.45.1",
|
|
"hono": "^4.11.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "^1.3.4",
|
|
"drizzle-kit": "^0.31.8"
|
|
}
|
|
} |