link-shortner/package.json

12 lines
164 B
JSON
Raw Normal View History

2024-03-09 16:01:35 +01:00
{
"scripts": {
"dev": "bun run --hot src/index.ts"
},
"dependencies": {
"hono": "^4.0.9"
},
"devDependencies": {
"@types/bun": "latest"
}
}