1
mirror of https://github.com/jakejarvis/shortty.git synced 2025-04-25 16:35:23 -04:00
shortty/package.json
2025-04-03 15:59:21 -04:00

21 lines
345 B
JSON

{
"name": "shortty",
"version": "0.1.0",
"license": "MIT",
"dependencies": {
"hono": "^4.7.5"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20250403.0",
"typescript": "^5.8.2",
"wrangler": "^4.7.0"
},
"pnpm": {
"onlyBuiltDependencies": [
"esbuild",
"sharp",
"workerd"
]
}
}