14 lines
214 B
JSON
14 lines
214 B
JSON
{
|
|
"scripts": {
|
|
"dev": "bun run --hot src/index.ts"
|
|
},
|
|
"dependencies": {
|
|
"hono": "^4.0.3",
|
|
"mariadb": "^3.2.3",
|
|
"podcast": "^2.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "latest"
|
|
}
|
|
}
|