link-shortner/package.json

13 lines
201 B
JSON
Raw Normal View History

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